![]() |
ManiaScript Trackmania 2020
30/10/2024
|
An event. More...
#include <2024_10_30.h>
Public Types | |
enum | Type { LayerCustomEvent, KeyPress, MenuNavigation, Exit, FileNew, FileOpen, FileSave, FileSaveAs } |
![]() | |
enum | EType { LayerCustomEvent, KeyPress, ExternalCustomEvent, MenuNavigation } |
enum | EMenuNavAction { Up, Right, Left, Down, Select, Cancel, PageUp, PageDown, AppMenu, Action1, Action2, Action3, Action4, ScrollUp, ScrollDown } |
Public Member Functions | |
Void | Eat () |
Public Attributes | |
CEditorPluginModuleEvent::Type const | Type |
![]() | |
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 | |
---|---|
LayerCustomEvent | |
KeyPress | |
MenuNavigation | |
Exit | |
FileNew | |
FileOpen | |
FileSave | |
FileSaveAs |
Definition at line 19056 of file 2024_10_30.h.
Void CEditorPluginModuleEvent::Eat | ( | ) |
Definition at line 19070 of file 2024_10_30.h.