MouseEvent

MouseEvent
Scaleform::GFx::Event
    Scaleform::GFx::MouseEvent
Declaration
class MouseEvent : public Event;
Description

MouseEvent describes a mouse event for a movie clip, it can be passed to Movie::HandleEvent. See Event description for more details.

Data Members
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. 
x 
Mouse cursor x coordinate in relation to movie viewport at the time of mouse event. 
y 
Mouse cursor y coordinate in relation to movie viewport at the time of mouse event. 
Methods
Method 
Description 
User event constructor - x, y must always be filled in. 
File

GFx_Event.h