![]() |
ManiaScript Trackmania 2020
30/10/2024
|
Documentation for class CInputEvent. More...
#include <2024_10_30.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 |
![]() | |
Ident const | Id |
Documentation for class CInputEvent.
Definition at line 14732 of file 2024_10_30.h.
enum CInputEvent::EButton |
Definition at line 14743 of file 2024_10_30.h.
enum CInputEvent::EType |
Enumerator | |
---|---|
PadButtonPress |
Definition at line 14737 of file 2024_10_30.h.
CInputEvent::EButton const CInputEvent::Button |
Definition at line 14781 of file 2024_10_30.h.
Boolean const CInputEvent::IsAutoRepeat |
Definition at line 14785 of file 2024_10_30.h.
Integer const CInputEvent::KeyCode |
Definition at line 14789 of file 2024_10_30.h.
Text const CInputEvent::KeyName |
Definition at line 14793 of file 2024_10_30.h.
CInputPad* const CInputEvent::Pad |
Definition at line 14777 of file 2024_10_30.h.
CInputEvent::EType const CInputEvent::Type |
Definition at line 14773 of file 2024_10_30.h.