C# Class WarTornLands.Infrastructure.Systems.InputSystem.ControlSheet

显示文件 Open project: floAr/WarTornLands Class Usage Examples

Public Methods

Method Description
ControlSheet ( ) : System
RegisterKey ( String name, Buttons binding ) : void
RegisterKey ( String name, Keys binding ) : void
RegisterKey ( String name, TStick binding ) : void

Method Details

ControlSheet() public method

public ControlSheet ( ) : System
return System

RegisterKey() public method

public RegisterKey ( String name, Buttons binding ) : void
name String
binding Buttons
return void

RegisterKey() public method

public RegisterKey ( String name, Keys binding ) : void
name String
binding Keys
return void

RegisterKey() public method

public RegisterKey ( String name, TStick binding ) : void
name String
binding TStick
return void