![]() |
ManiaScript Trackmania 2020
30/10/2024
|
Events for Manialink page scripts. More...
#include <2024_10_30.h>
Public Types | |
enum | Type { KeyPress, MouseClick, MouseRightClick, MouseOver, MouseOut, EntrySubmit, MenuNavigation, PluginCustomEvent } |
enum | EMenuNavAction { Up, Right, Left, Down, Select, Cancel, PageUp, PageDown, AppMenu, Action1, Action2, Action3, Action4, ScrollUp, ScrollDown } |
Public Attributes | |
CMlScriptEvent::Type const | Type |
Integer const | KeyCode |
Text const | KeyName |
Text const | CharPressed |
Text const | ControlId |
CMlControl *const | Control |
CMlScriptEvent::EMenuNavAction const | MenuNavAction |
Boolean const | IsActionAutoRepeat |
Text const | CustomEventType |
Array< Text > | CustomEventData |
![]() | |
Boolean | HasBeenProcessed |
![]() | |
Ident const | Id |
Events for Manialink page scripts.
Supported declare modes :
Definition at line 3964 of file 2024_10_30.h.
Enumerator | |
---|---|
Up | |
Right | |
Left | |
Down | |
Select | |
Cancel | |
PageUp | |
PageDown | |
AppMenu | |
Action1 | |
Action2 | |
Action3 | |
Action4 | |
ScrollUp | |
ScrollDown |
Definition at line 3982 of file 2024_10_30.h.
enum CMlScriptEvent::Type |
Enumerator | |
---|---|
KeyPress | |
MouseClick | |
MouseRightClick | |
MouseOver | |
MouseOut | |
EntrySubmit | |
MenuNavigation | |
PluginCustomEvent |
Definition at line 3969 of file 2024_10_30.h.
Text const CMlScriptEvent::CharPressed |
Definition at line 4014 of file 2024_10_30.h.
CMlControl* const CMlScriptEvent::Control |
Definition at line 4022 of file 2024_10_30.h.
Text const CMlScriptEvent::ControlId |
Definition at line 4018 of file 2024_10_30.h.
Definition at line 4038 of file 2024_10_30.h.
Text const CMlScriptEvent::CustomEventType |
Definition at line 4034 of file 2024_10_30.h.
Boolean const CMlScriptEvent::IsActionAutoRepeat |
Definition at line 4030 of file 2024_10_30.h.
Integer const CMlScriptEvent::KeyCode |
Definition at line 4006 of file 2024_10_30.h.
Text const CMlScriptEvent::KeyName |
Definition at line 4010 of file 2024_10_30.h.
CMlScriptEvent::EMenuNavAction const CMlScriptEvent::MenuNavAction |
Definition at line 4026 of file 2024_10_30.h.
Definition at line 4002 of file 2024_10_30.h.