![]() |
ManiaScript Trackmania 2020
14/07/2025
|
An event. More...
#include <2025_07_14.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 |
Public Attributes inherited from CBaseConstEvent | |
| Boolean | HasBeenProcessed |
Public Attributes inherited from CNod | |
| Ident const | Id |
| Enumerator | |
|---|---|
| Up | |
| Right | |
| Left | |
| Down | |
| Select | |
| Cancel | |
| PageUp | |
| PageDown | |
| AppMenu | |
| Action1 | |
| Action2 | |
| Action3 | |
| Action4 | |
| ScrollUp | |
| ScrollDown | |
Definition at line 16038 of file 2025_07_14.h.
| Enumerator | |
|---|---|
| LayerCustomEvent | |
| KeyPress | |
| ExternalCustomEvent | |
| MenuNavigation | |
Definition at line 16029 of file 2025_07_14.h.
Definition at line 16070 of file 2025_07_14.h.
| CUILayer* const CManiaAppEvent::CustomEventLayer |
Definition at line 16062 of file 2025_07_14.h.
| Text const CManiaAppEvent::CustomEventType |
Definition at line 16066 of file 2025_07_14.h.
Definition at line 16078 of file 2025_07_14.h.
| Text const CManiaAppEvent::ExternalEventType |
Definition at line 16074 of file 2025_07_14.h.
| Boolean const CManiaAppEvent::IsActionAutoRepeat |
Definition at line 16086 of file 2025_07_14.h.
| Integer const CManiaAppEvent::KeyCode |
Definition at line 16090 of file 2025_07_14.h.
| Text const CManiaAppEvent::KeyName |
Definition at line 16094 of file 2025_07_14.h.
| CManiaAppEvent::EMenuNavAction const CManiaAppEvent::MenuNavAction |
Definition at line 16082 of file 2025_07_14.h.
| CManiaAppEvent::EType const CManiaAppEvent::Type |
Definition at line 16058 of file 2025_07_14.h.