|
ManiaScript Reference
2019-05
|
Public Types | |
| enum | EButton { Left, Right, Up, Down, A, B, X, Y, L1, R1, LeftStick, RightStick, Menu, View, LeftStick_Left, LeftStick_Right, LeftStick_Up, LeftStick_Down, RightStick_Left, RightStick_Right, RightStick_Up, RightStick_Down, L2, R2, None } |
Public Member Functions | |
| Text | GetPadButtonPlaygroundBinding (CInputPad Pad, EButton Button) |
| Text | GetPadButtonCurrentBinding (CInputPad Pad, EButton Button) |
| Boolean | IsKeyPressed (Integer KeyCode) |
Public Attributes | |
| const CInputEvent [] | PendingEvents |
| const Integer | Now |
| const Integer | Period |
| const CInputPad [] | Pads |
| const Vec2 | MousePos |
| const Vec2 | MouseKineticScrollVel |
| const Boolean | MouseLeftButton |
| const Boolean | MouseRightButton |
| const Boolean | MouseMiddleButton |
| Boolean | ExclusiveMode |
Public Attributes inherited from CNod | |
| const Ident | Id |
Input devices.
| Boolean CInputManager::ExclusiveMode |
| const Vec2 CInputManager::MouseKineticScrollVel |
| const Boolean CInputManager::MouseLeftButton |
| const Boolean CInputManager::MouseMiddleButton |
| const Vec2 CInputManager::MousePos |
| const Boolean CInputManager::MouseRightButton |
| const Integer CInputManager::Now |
| const CInputPad [] CInputManager::Pads |
| const CInputEvent [] CInputManager::PendingEvents |
| const Integer CInputManager::Period |