Table of Contents

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

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

bool