T_MSCLoader_SettingsKeybind - piotrulos/MSCModLoader GitHub Wiki
Keybind
Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.3.3.356
C#
public class SettingsKeybind : <a href="T_MSCLoader_ModKeybind">ModKeybind</a>
Inheritance | Object → ModKeybind → SettingsKeybind |
GetKeybind | Check if keybind is being hold down. (Same behaviour as GetKey) |
GetKeybindDown | Check if the keybind was just pressed once. (Same behaviour as GetKeyDown) |
GetKeybindUp | Check if the keybind was just released. (Same behaviour as GetKeyUp) |