Trackmania ManiaScript Reference 2025.6.19.2137
A ManiaScript Reference of the new Trackmania.
Loading...
Searching...
No Matches
CInputEvent Class Reference

Documentation for class CInputEvent. More...

#include <doc.h>

Inheritance diagram for CInputEvent:
[legend]

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
 
- Public Attributes inherited from CNod
Ident const Id
 

Detailed Description

Documentation for class CInputEvent.

Member Enumeration Documentation

◆ EButton

Enumerator
Left 
Right 
Up 
Down 
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 

◆ EType

Enumerator
PadButtonPress 

Member Data Documentation

◆ Button

CInputEvent::EButton const CInputEvent::Button

◆ IsAutoRepeat

Boolean const CInputEvent::IsAutoRepeat

◆ KeyCode

Integer const CInputEvent::KeyCode

◆ KeyName

Text const CInputEvent::KeyName

◆ Pad

CInputPad* const CInputEvent::Pad

◆ Type

CInputEvent::EType const CInputEvent::Type

The documentation for this class was generated from the following file: