22 bool OnAction(
const CAction &action)
override;
void FrameMove() override
Main update function, called every frame prior to rendering Any window that requires updating on a fr...
Definition: GUIDialogVideoOSD.cpp:35
Definition: GUIDialogVideoOSD.h:13
EVENT_RESULT
Results of OnMouseEvent() Any value not equal to EVENT_RESULT_UNHANDLED indicates that the event was ...
Definition: GUIControl.h:68
Class encapsulating information regarding a particular user action to be sent to windows and controls...
Definition: Action.h:21
Definition: GUIDialog.h:35
EVENT_RESULT OnMouseEvent(const CPoint &point, const KODI::MOUSE::CMouseEvent &event) override
Perform a mouse action.
Definition: GUIDialogVideoOSD.cpp:66
Definition: GUIMessage.h:365
Simple class for mouse events.
Definition: MouseEvent.h:20