Cursor input event sent to flash. More...
#include 
| Public Types | |
| enum | ECursorState { eCursorMoved, eCursorPressed, eCursorReleased, eWheel } | 
| Enumeration of possible cursor state. | |
| Public Member Functions | |
| SFlashCursorEvent (ECursorState state, int cursorX, int cursorY, int button=0, float wheelScrollVal=0.0f) | |
| Public Attributes | |
| ECursorState | m_state | 
| int | m_cursorX | 
| int | m_cursorY | 
| int | m_button | 
| float | m_wheelScrollVal | 
Cursor input event sent to flash.