C# Class Nez.VirtualAxis.KeyboardKeys

Inheritance: Node
Show file Open project: prime31/Nez

Public Properties

Property Type Description
negative Keys
overlapBehavior OverlapBehavior
positive Keys

Public Methods

Method Description
KeyboardKeys ( OverlapBehavior overlapBehavior, Keys negative, Keys positive ) : System.Collections.Generic
update ( ) : void

Method Details

KeyboardKeys() public method

public KeyboardKeys ( OverlapBehavior overlapBehavior, Keys negative, Keys positive ) : System.Collections.Generic
overlapBehavior OverlapBehavior
negative Keys
positive Keys
return System.Collections.Generic

update() public method

public update ( ) : void
return void

Property Details

negative public property

public Keys negative
return Keys

overlapBehavior public property

public OverlapBehavior overlapBehavior
return OverlapBehavior

positive public property

public Keys positive
return Keys