Scaleform::GFx::Event Scaleform::GFx::MouseEvent
class MouseEvent : public Event;
MouseEvent describes a mouse event for a movie clip, it can be passed to Movie::HandleEvent. See Event description for more details.
Data Member |
Description |
The mouse button that was pressed. | |
The scroll delta of the mouse wheel, used if event Type is MouseWheel. | |
The index of the mouse button that was pressed. This is 0 for the first (left) mouse button, 1 for the second (right) mouse button and 2 for the middle button. | |
Mouse cursor x coordinate in relation to movie viewport at the time of mouse event. | |
Mouse cursor y coordinate in relation to movie viewport at the time of mouse event. |
Method |
Description |
GFx_Event.h