![]() |
Skylicht Engine
|
Classes | |
| struct | SInput |
Public Member Functions | |
| void | setSupport (bool b) |
| bool | isSupport () |
| void | update () |
| void | keyEvent (int deviceID, int keyID, bool pressDown) |
| void | analogEvent (int deviceID, int ID, float x, float y) |
Protected Attributes | |
| bool | m_support |
| core::array< SInput > | m_eventQueue |