12 #include "music/tags/MusicInfoTag.h" 13 #include "utils/Stopwatch.h" Definition: Stopwatch.h:14
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: GUIWindowVisualisation.cpp:184
class encapsulating information regarding a particular user action to be sent to windows and controls...
Definition: Action.h:22
Definition: GUIMessage.h:365
void FrameMove() override
Main update function, called every frame prior to rendering Any window that requires updating on a fr...
Definition: GUIWindowVisualisation.cpp:206
Definition: GUIWindow.h:58
Definition: GUIWindowVisualisation.h:15
bool OnAction(const CAction &action) override
Definition: GUIWindowVisualisation.cpp:37
Definition: MusicInfoTag.h:27
Simple class for mouse events.
Definition: Key.h:114