C# Class Nez.VirtualInputNode

Add these to your VirtualInput to define how it determines its current input state. For example, if you want to check whether a keyboard key is pressed, create a VirtualButton and add to it a VirtualButton.KeyboardKey
显示文件 Open project: prime31/Nez

Public Methods

Method Description
update ( ) : void

Method Details

update() public method

public update ( ) : void
return void