Methods_T_MSCLoader_SettingsKeybind - piotrulos/MSCModLoader GitHub Wiki
| GetKeybind | Check if keybind is being hold down. (Same behaviour as unity GetKey) |
| GetKeybindDown | Check if the keybind was just pressed once. (Same behaviour as unity GetKeyDown) |
| GetKeybindUp | Check if the keybind was just released. (Same behaviour as unity GetKeyUp) |