C# Class ControlHandler, RPGQuest

Show file Open project: hughrogers/RPGQuest Class Usage Examples

Public Methods

Method Description
GetAxis ( string key ) : float
GetHorizontal ( ) : float
GetVertical ( ) : float
IsAcceptPressed ( ) : bool
IsCancelPressed ( ) : bool
IsCharMinusPressed ( ) : bool
IsCharPlusPressed ( ) : bool
IsHeld ( string key ) : bool
IsHeld ( string key, InputHandling, inputHandling ) : bool
IsPressed ( string key ) : bool
IsPressed ( string key, InputHandling, inputHandling ) : bool
IsSkillMinusPressed ( ) : bool
IsSkillPlusPressed ( ) : bool

Method Details

GetAxis() public static method

public static GetAxis ( string key ) : float
key string
return float

GetHorizontal() public static method

public static GetHorizontal ( ) : float
return float

GetVertical() public static method

public static GetVertical ( ) : float
return float

IsAcceptPressed() public static method

public static IsAcceptPressed ( ) : bool
return bool

IsCancelPressed() public static method

public static IsCancelPressed ( ) : bool
return bool

IsCharMinusPressed() public static method

public static IsCharMinusPressed ( ) : bool
return bool

IsCharPlusPressed() public static method

public static IsCharPlusPressed ( ) : bool
return bool

IsHeld() public static method

public static IsHeld ( string key ) : bool
key string
return bool

IsHeld() public static method

public static IsHeld ( string key, InputHandling, inputHandling ) : bool
key string
inputHandling InputHandling,
return bool

IsPressed() public static method

public static IsPressed ( string key ) : bool
key string
return bool

IsPressed() public static method

public static IsPressed ( string key, InputHandling, inputHandling ) : bool
key string
inputHandling InputHandling,
return bool

IsSkillMinusPressed() public static method

public static IsSkillMinusPressed ( ) : bool
return bool

IsSkillPlusPressed() public static method

public static IsSkillPlusPressed ( ) : bool
return bool