Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_KeybindDialogs.c File Reference

Go to the source code of this file.

Classes

class  SCR_KeybindDialogs

Functions

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

Variables

class SCR_KeybindDialogs m_Entry
string m_sActionName
string m_sDisplayName
EInputDeviceType m_eDevice
SCR_SettingsManagerKeybindModule m_SettingsKeybindModule

Function Documentation

◆ Setup()

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

Definition at line 82 of file SCR_KeybindDialogs.c.

Variable Documentation

◆ m_eDevice

EInputDeviceType m_eDevice
protected

Definition at line 77 of file SCR_KeybindDialogs.c.

◆ m_Entry

class SCR_KeybindDialogs m_Entry

◆ m_sActionName

string m_sActionName
protected

Definition at line 74 of file SCR_KeybindDialogs.c.

◆ m_sDisplayName

string m_sDisplayName
protected

Definition at line 75 of file SCR_KeybindDialogs.c.

◆ m_SettingsKeybindModule

SCR_SettingsManagerKeybindModule m_SettingsKeybindModule
protected

Definition at line 79 of file SCR_KeybindDialogs.c.