![]() |
ManiaScript Trackmania 2020
30/10/2024
|
An event. More...
#include <2024_10_30.h>
Public Types | |
enum | EType { LayerCustomEvent, KeyPress, ExternalCustomEvent, MenuNavigation } |
enum | EMenuNavAction { Up, Right, Left, Down, Select, Cancel, PageUp, PageDown, AppMenu, Action1, Action2, Action3, Action4, ScrollUp, ScrollDown } |
Public Attributes | |
CManiaAppEvent::EType const | Type |
CUILayer *const | CustomEventLayer |
Text const | CustomEventType |
Array< Text > | CustomEventData |
Text const | ExternalEventType |
Array< Text > | ExternalEventData |
CManiaAppEvent::EMenuNavAction const | MenuNavAction |
Boolean const | IsActionAutoRepeat |
Integer const | KeyCode |
Text const | KeyName |
![]() | |
Boolean | HasBeenProcessed |
![]() | |
Ident const | Id |
Enumerator | |
---|---|
Up | |
Right | |
Left | |
Down | |
Select | |
Cancel | |
PageUp | |
PageDown | |
AppMenu | |
Action1 | |
Action2 | |
Action3 | |
Action4 | |
ScrollUp | |
ScrollDown |
Definition at line 16010 of file 2024_10_30.h.
Enumerator | |
---|---|
LayerCustomEvent | |
KeyPress | |
ExternalCustomEvent | |
MenuNavigation |
Definition at line 16001 of file 2024_10_30.h.
Definition at line 16042 of file 2024_10_30.h.
CUILayer* const CManiaAppEvent::CustomEventLayer |
Definition at line 16034 of file 2024_10_30.h.
Text const CManiaAppEvent::CustomEventType |
Definition at line 16038 of file 2024_10_30.h.
Definition at line 16050 of file 2024_10_30.h.
Text const CManiaAppEvent::ExternalEventType |
Definition at line 16046 of file 2024_10_30.h.
Boolean const CManiaAppEvent::IsActionAutoRepeat |
Definition at line 16058 of file 2024_10_30.h.
Integer const CManiaAppEvent::KeyCode |
Definition at line 16062 of file 2024_10_30.h.
Text const CManiaAppEvent::KeyName |
Definition at line 16066 of file 2024_10_30.h.
CManiaAppEvent::EMenuNavAction const CManiaAppEvent::MenuNavAction |
Definition at line 16054 of file 2024_10_30.h.
CManiaAppEvent::EType const CManiaAppEvent::Type |
Definition at line 16030 of file 2024_10_30.h.