![]() |
ManiaScript Trackmania 2020
14/07/2025
|
Documentation for class CInputEvent. More...
#include <2025_07_14.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.
Definition at line 14760 of file 2025_07_14.h.
| enum CInputEvent::EButton |
Definition at line 14771 of file 2025_07_14.h.
| enum CInputEvent::EType |
| Enumerator | |
|---|---|
| PadButtonPress | |
Definition at line 14765 of file 2025_07_14.h.
| CInputEvent::EButton const CInputEvent::Button |
Definition at line 14809 of file 2025_07_14.h.
| Boolean const CInputEvent::IsAutoRepeat |
Definition at line 14813 of file 2025_07_14.h.
| Integer const CInputEvent::KeyCode |
Definition at line 14817 of file 2025_07_14.h.
| Text const CInputEvent::KeyName |
Definition at line 14821 of file 2025_07_14.h.
| CInputPad* const CInputEvent::Pad |
Definition at line 14805 of file 2025_07_14.h.
| CInputEvent::EType const CInputEvent::Type |
Definition at line 14801 of file 2025_07_14.h.