20 bool DevicesChanged();
21 void GetDevicesAndDescriptions(std::vector<InputDeviceInfo>& vOut)
const;
23 void ApplyTemporaryInputSettings();
24 void RemoveTemporaryInputSettings();
27 std::string GetDeviceSpecificInputString(
const DeviceInput& di);
28 std::string GetLocalizedInputString(
const DeviceInput& di);
29 wchar_t DeviceInputToChar(
DeviceInput di,
bool bUseCurrentKeyModifiers);
30 InputDeviceState GetInputDeviceState(InputDevice
id);
31 std::string GetDisplayDevicesString()
const;
34 void PushSelf(lua_State* L);