Space Engineers
Public Member Functions | List of all members
VRage.Input.MyNullInput Class Reference
Inheritance diagram for VRage.Input.MyNullInput:
VRage.Input.IMyInput VRage.ModAPI.IMyInput VRage.ModAPI.IMyInput

Public Member Functions

void AddDefaultControl (MyStringId stringId, MyControl control)
 
void AddDefaultControl (MyStringId stringId, MyControl control)
 
void SetControlBlock (MyStringId controlEnum, bool block=false)
 
bool IsControlBlocked (MyStringId controlEnum)
 

Additional Inherited Members

- Properties inherited from VRage.Input.IMyInput
bool IsCapsLock [get]
 
string JoystickInstanceName [get, set]
 
IntPtr WindowHandle [get]
 
ListReader< char > TextInput [get]
 
bool JoystickAsMouse [get, set]
 
bool IsJoystickLastUsed [get]
 
bool ENABLE_DEVELOPER_KEYS [get]
 
- Properties inherited from VRage.ModAPI.IMyInput
bool IsCapsLock [get]
 
string JoystickInstanceName [get]
 
ListReader< char > TextInput [get]
 
bool JoystickAsMouse [get]
 
bool IsJoystickLastUsed [get]
 
- Events inherited from VRage.Input.IMyInput
Action< bool > JoystickConnected
 
- Events inherited from VRage.ModAPI.IMyInput
Action< bool > JoystickConnected
 

Detailed Description

Definition at line 11 of file MyNullInput_ModAPI.cs.

Member Function Documentation

void VRage.Input.MyNullInput.AddDefaultControl ( MyStringId  stringId,
MyControl  control 
)
inline

Implements VRage.Input.IMyInput.

Definition at line 42 of file MyNullInput_ModAPI.cs.

void VRage.Input.MyNullInput.AddDefaultControl ( MyStringId  stringId,
MyControl  control 
)
inline

Implements VRage.Input.IMyInput.

Definition at line 42 of file MyNullInput_ModAPI.cs.

bool VRage.Input.MyNullInput.IsControlBlocked ( MyStringId  controlEnum)
inline

Implements VRage.Input.IMyInput.

Definition at line 38 of file MyNullInput.cs.

void VRage.Input.MyNullInput.SetControlBlock ( MyStringId  controlEnum,
bool  block = false 
)
inline

Implements VRage.Input.IMyInput.

Definition at line 37 of file MyNullInput.cs.


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