Class KeyBindings
- Namespace
- SharpPluginLoader.Core.IO
- Assembly
- SharpPluginLoader.Core.dll
public static class KeyBindings
- Inheritance
-
KeyBindings
- Inherited Members
Methods
AddKeybind(string, Keybind<Button>)
public static void AddKeybind(string name, Keybind<Button> keybind)
Parameters
AddKeybind(string, Keybind<Key>)
public static void AddKeybind(string name, Keybind<Key> keybind)
Parameters
IsPressed(string)
public static bool IsPressed(string name)
Parameters
name
string