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
Exibir arquivo Open project: prime31/Nez

Public Properties

Property Type Description
key Keys
modifier Keys

Public Methods

Method Description
KeyboardModifiedKey ( Keys key, Keys modifier ) : System.Collections.Generic

Method Details

KeyboardModifiedKey() public method

public KeyboardModifiedKey ( Keys key, Keys modifier ) : System.Collections.Generic
key Keys
modifier Keys
return System.Collections.Generic

Property Details

key public_oe property

public Keys key
return Keys

modifier public_oe property

public Keys modifier
return Keys