C# Класс Nez.VirtualAxis.KeyboardKeys

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

Открытые свойства

Свойство Тип Описание
negative Keys
overlapBehavior OverlapBehavior
positive Keys

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

Метод Описание
KeyboardKeys ( OverlapBehavior overlapBehavior, Keys negative, Keys positive ) : System.Collections.Generic
update ( ) : void

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

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

public KeyboardKeys ( OverlapBehavior overlapBehavior, Keys negative, Keys positive ) : System.Collections.Generic
overlapBehavior OverlapBehavior
negative Keys
positive Keys
Результат System.Collections.Generic

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

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

Описание свойств

negative публичное свойство

public Keys negative
Результат Keys

overlapBehavior публичное свойство

public OverlapBehavior overlapBehavior
Результат OverlapBehavior

positive публичное свойство

public Keys positive
Результат Keys