C# Class Nez.VirtualJoystick.KeyboardKeys

Inheritance: Node
Show file Open project: prime31/Nez

Public Properties

Property Type Description
down Keys
left Keys
overlapBehavior OverlapBehavior
right Keys
up Keys

Public Methods

Method Description
KeyboardKeys ( OverlapBehavior overlapBehavior, Keys left, Keys right, Keys up, Keys down ) : System.Collections.Generic
update ( ) : void

Method Details

KeyboardKeys() public method

public KeyboardKeys ( OverlapBehavior overlapBehavior, Keys left, Keys right, Keys up, Keys down ) : System.Collections.Generic
overlapBehavior OverlapBehavior
left Keys
right Keys
up Keys
down Keys
return System.Collections.Generic

update() public method

public update ( ) : void
return void

Property Details

down public property

public Keys down
return Keys

left public property

public Keys left
return Keys

overlapBehavior public property

public OverlapBehavior overlapBehavior
return OverlapBehavior

right public property

public Keys right
return Keys

up public property

public Keys up
return Keys