C# Class Nez.VirtualInput

Represents a virtual button, axis or joystick whose state is determined by the state of its VirtualInputNodes
Show file Open project: prime31/Nez

Public Methods

Method Description
deregister ( ) : void

deregisters the VirtualInput from the Input system. Call this when you are done polling the VirtualInput

update ( ) : void

Protected Methods

Method Description
VirtualInput ( )

Method Details

VirtualInput() protected method

protected VirtualInput ( )

deregister() public method

deregisters the VirtualInput from the Input system. Call this when you are done polling the VirtualInput
public deregister ( ) : void
return void

update() public abstract method

public abstract update ( ) : void
return void