Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_KeybindDialogs |
Functions | |
protected void | Setup (SCR_KeyBindingEntry entry, string displayName, string actionName, EInputDeviceType device) |
Variables | |
class SCR_KeybindDialogs | m_Entry |
protected string | m_sActionName |
protected string | m_sDisplayName |
protected EInputDeviceType | m_eDevice |
protected SCR_SettingsManagerKeybindModule | m_SettingsKeybindModule |
protected void Setup | ( | SCR_KeyBindingEntry | entry, |
string | displayName, | ||
string | actionName, | ||
EInputDeviceType | device | ||
) |
Definition at line 46 of file SCR_KeybindDialogs.c.
protected EInputDeviceType m_eDevice |
Definition at line 41 of file SCR_KeybindDialogs.c.
class SCR_KeybindDialogs m_Entry |
protected string m_sActionName |
Definition at line 38 of file SCR_KeybindDialogs.c.
protected string m_sDisplayName |
Definition at line 39 of file SCR_KeybindDialogs.c.
protected SCR_SettingsManagerKeybindModule m_SettingsKeybindModule |
Definition at line 43 of file SCR_KeybindDialogs.c.