C# Class Game.ExampleCustomInputDevice

Inheritance: JoystickInputDevice
Mostra file Open project: DarrenHassan/GDM4242-GroupD Class Usage Examples

Public Methods

Method Description
ExampleCustomInputDevice ( string name ) : System
InitDevice ( ) : void

Protected Methods

Method Description
OnShutdown ( ) : void
OnUpdateState ( ) : void

Private Methods

Method Description
Init ( ) : bool

Method Details

ExampleCustomInputDevice() public method

public ExampleCustomInputDevice ( string name ) : System
name string
return System

InitDevice() public static method

public static InitDevice ( ) : void
return void

OnShutdown() protected method

protected OnShutdown ( ) : void
return void

OnUpdateState() protected method

protected OnUpdateState ( ) : void
return void