Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_KeybindDialogs.c File Reference

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
 

Function Documentation

◆ Setup()

protected void Setup ( SCR_KeyBindingEntry  entry,
string  displayName,
string  actionName,
EInputDeviceType  device 
)

Definition at line 46 of file SCR_KeybindDialogs.c.

Variable Documentation

◆ m_eDevice

protected EInputDeviceType m_eDevice

Definition at line 41 of file SCR_KeybindDialogs.c.

◆ m_Entry

class SCR_KeybindDialogs m_Entry

◆ m_sActionName

protected string m_sActionName

Definition at line 38 of file SCR_KeybindDialogs.c.

◆ m_sDisplayName

protected string m_sDisplayName

Definition at line 39 of file SCR_KeybindDialogs.c.

◆ m_SettingsKeybindModule

protected SCR_SettingsManagerKeybindModule m_SettingsKeybindModule

Definition at line 43 of file SCR_KeybindDialogs.c.