![]() |
Trackmania ManiaScript Reference 2025.6.19.2137
A ManiaScript Reference of the new Trackmania.
|
Documentation for class CInputEvent. More...
#include <doc.h>
Public Types | |
| enum | EType { PadButtonPress } |
| 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 Attributes | |
| CInputEvent::EType const | Type |
| CInputPad *const | Pad |
| CInputEvent::EButton const | Button |
| Boolean const | IsAutoRepeat |
| Integer const | KeyCode |
| Text const | KeyName |
Public Attributes inherited from CNod | |
| Ident const | Id |
Documentation for class CInputEvent.
| enum CInputEvent::EButton |
| enum CInputEvent::EType |
| CInputEvent::EButton const CInputEvent::Button |
| Boolean const CInputEvent::IsAutoRepeat |
| Integer const CInputEvent::KeyCode |
| Text const CInputEvent::KeyName |
| CInputPad* const CInputEvent::Pad |
| CInputEvent::EType const CInputEvent::Type |