Scaleform::GFx::State Scaleform::GFx::UserEventHandler
class UserEventHandler : public State;
UserEventHandler is a user-installable interface used to handle events fired from the player. All of the user events are routed to the HandleEvent virtual function of this class. These events include requests to show or hide system mouse, change system cursor, and so on.
Method |
Description |
UserEventHandler constructor. | |
A callback method invoked when an event is fired from the player. |
GFx_Loader.h