C# Класс Gablarski.Input.ManagedHooks.ManagedHooksProvider

Наследование: IInputProvider
Показать файл Открыть проект

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

Метод Описание
Attach ( IntPtr window, string settings ) : void

Attaches the input provider to listen for the given settings.

BeginRecord ( ) : void

Starts recording input combinations for saving.

Detach ( ) : void
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

EndRecord ( ) : string

Stops recording input combinations and returns the latest combination.

EndRecord ( string &niceName ) : string
GetNiceInputName ( string inputSettings ) : string

Gets a nice display name for the given inputSettings.

Parse ( string value ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Приватные методы

Метод Описание
OnKeyboardEvent ( KeyboardEvents kEvent, Keys key ) : void

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

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

Attaches the input provider to listen for the given settings.
public Attach ( IntPtr window, string settings ) : void
window System.IntPtr
settings string The settings provided by .
Результат void

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

Starts recording input combinations for saving.
public BeginRecord ( ) : void
Результат void

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

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

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

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

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

Stops recording input combinations and returns the latest combination.
public EndRecord ( ) : string
Результат string

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

public EndRecord ( string &niceName ) : string
niceName string
Результат string

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

Gets a nice display name for the given inputSettings.
public GetNiceInputName ( string inputSettings ) : string
inputSettings string The input settings to beautify.
Результат string

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

public Parse ( string value ) : void
value string
Результат void