C# Class Nez.TouchInput

to enable touch input you must first call enableTouchSupport()
显示文件 Open project: prime31/Nez Class Usage Examples

Public Methods

Method Description
enableTouchSupport ( ) : void
onGraphicsDeviceReset ( ) : void

Private Methods

Method Description
update ( ) : void

Method Details

enableTouchSupport() public method

public enableTouchSupport ( ) : void
return void

onGraphicsDeviceReset() public method

public onGraphicsDeviceReset ( ) : void
return void