C# Class Nez.VirtualButton.KeyboardModifiedKey

works like KeyboardKey except the modifier key must also be down for isDown/isPressed to be true. isReleased checks only key.
Inheritance: Node
Afficher le fichier Open project: prime31/Nez

Méthodes publiques

Свойство Type Description
key Keys
modifier Keys

Méthodes publiques

Méthode Description
KeyboardModifiedKey ( Keys key, Keys modifier ) : System.Collections.Generic

Method Details

KeyboardModifiedKey() public méthode

public KeyboardModifiedKey ( Keys key, Keys modifier ) : System.Collections.Generic
key Keys
modifier Keys
Résultat System.Collections.Generic

Property Details

key public_oe property

public Keys key
Résultat Keys

modifier public_oe property

public Keys modifier
Résultat Keys