Interface IContent
- Namespace
- Xui.Core.Abstract
- Assembly
- Xui.Core.dll
public interface IContent
Methods
Invalidate()
OnAnimationFrame(ref FrameEventRef)
void OnAnimationFrame(ref FrameEventRef e)
Parameters
e FrameEventRef
OnChar(ref KeyEventRef)
void OnChar(ref KeyEventRef e)
Parameters
e KeyEventRef
OnKeyDown(ref KeyEventRef)
void OnKeyDown(ref KeyEventRef e)
Parameters
e KeyEventRef
OnMouseDown(ref MouseDownEventRef)
void OnMouseDown(ref MouseDownEventRef e)
Parameters
e MouseDownEventRef
OnMouseMove(ref MouseMoveEventRef)
void OnMouseMove(ref MouseMoveEventRef e)
Parameters
e MouseMoveEventRef
OnMouseUp(ref MouseUpEventRef)
void OnMouseUp(ref MouseUpEventRef e)
Parameters
e MouseUpEventRef
OnScrollWheel(ref ScrollWheelEventRef)
void OnScrollWheel(ref ScrollWheelEventRef e)
Parameters
e ScrollWheelEventRef
OnTouch(ref TouchEventRef)
void OnTouch(ref TouchEventRef e)
Parameters
e TouchEventRef
Update(ref RenderEventRef, IContext)
void Update(ref RenderEventRef @event, IContext context)
Parameters
event RenderEventRef
context IContext