Methods_T_MSCLoader_SettingsKeybind - piotrulos/MSCModLoader GitHub Wiki
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) |