26 CGUIVideoControl(
int parentID,
int controlID,
float posX,
float posY,
float width,
float height);
30 void Process(
unsigned int currentTime, CDirtyRegionList &dirtyregions)
override;
31 void Render()
override;
32 void RenderEx()
override;
34 bool CanFocus()
const override;
Base class for controls.
Definition: GUIControl.h:75
bool CanFocusFromPoint(const CPoint &point) const override
Test whether we can focus a control from a point on screen.
Definition: GUIVideoControl.cpp:105
Definition: GUIVideoControl.h:22
EVENT_RESULT
Results of OnMouseEvent() Any value not equal to EVENT_RESULT_UNHANDLED indicates that the event was ...
Definition: GUIControl.h:60
EVENT_RESULT OnMouseEvent(const CPoint &point, const CMouseEvent &event) override
Perform a mouse action.
Definition: GUIVideoControl.cpp:85
void Process(unsigned int currentTime, CDirtyRegionList &dirtyregions) override
Definition: GUIVideoControl.cpp:28
Simple class for mouse events.
Definition: Key.h:114