C# Класс Infiniminer.KeyBindHandler

Показать файл Открыть проект

Открытые методы

Метод Описание
BindKey ( Buttons button, string key, bool overwrite ) : bool
CreateDefaultSet ( ) : void
GetBound ( Keys theKey ) : Buttons
GetBound ( MouseButton theButton ) : Buttons
IsBound ( Buttons button, Keys theKey ) : bool
IsBound ( Buttons button, MouseButton mb ) : bool
IsPressed ( Buttons button ) : bool
SaveBinds ( Infiniminer.DatafileWriter output, string filename ) : void

Описание методов

BindKey() публичный Метод

public BindKey ( Buttons button, string key, bool overwrite ) : bool
button Buttons
key string
overwrite bool
Результат bool

CreateDefaultSet() публичный Метод

public CreateDefaultSet ( ) : void
Результат void

GetBound() публичный Метод

public GetBound ( Keys theKey ) : Buttons
theKey Keys
Результат Buttons

GetBound() публичный Метод

public GetBound ( MouseButton theButton ) : Buttons
theButton MouseButton
Результат Buttons

IsBound() публичный Метод

public IsBound ( Buttons button, Keys theKey ) : bool
button Buttons
theKey Keys
Результат bool

IsBound() публичный Метод

public IsBound ( Buttons button, MouseButton mb ) : bool
button Buttons
mb MouseButton
Результат bool

IsPressed() публичный Метод

public IsPressed ( Buttons button ) : bool
button Buttons
Результат bool

SaveBinds() публичный Метод

public SaveBinds ( Infiniminer.DatafileWriter output, string filename ) : void
output Infiniminer.DatafileWriter
filename string
Результат void