KeyBindings

Namespace: SharpPluginLoader.Core.IO

public static class KeyBindings

Inheritance ObjectKeyBindings

Methods

AddKeybind(String, Keybind<Button>)

public static void AddKeybind(string name, Keybind<Button> keybind)

Parameters

name String

keybind Keybind<Button>

AddKeybind(String, Keybind<Key>)

public static void AddKeybind(string name, Keybind<Key> keybind)

Parameters

name String

keybind Keybind<Key>

IsPressed(String)

public static bool IsPressed(string name)

Parameters

name String

Returns

Boolean