Property | Type | Description | |
---|---|---|---|
BackgroundTexture | Texture | ||
DescriptionTexture | Texture | ||
ErrorSound | |||
EvenButtonTexture | Texture | ||
GUIDepth | int | ||
GeneralSkin | |||
JoystickTexture | Texture | ||
MouseTexture | Texture | ||
OddButtonTexture | Texture | ||
SliderTexture | Texture | ||
TitleTexture | Texture |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
ClearKeys ( KeyConfig, kc, EditStates es, bool forjoy = false ) : void | ||
ClearKeys ( KeyConfig, kc, bool forjoy = false ) : void | ||
CloseEditor ( ) : bool | ||
DeleteSavedConfig ( string name ) : void | ||
DisplayError ( string e ) : void | ||
DoEditKeyWork ( ) : void | ||
DoNavigationWork ( ) : void | ||
DrawBidirLabels ( KeyConfig, kc, Vector2 dim, bool forJoy = false ) : void | ||
Get ( ) : NewCustomInputManager, | ||
GetAxis ( string name ) : float | ||
GetKey ( KeyCode, kc ) : bool | ||
GetKey ( int player, JoyCode jc ) : bool | ||
GetKey ( string name ) : bool | ||
GetKeyDown ( KeyCode, kc ) : bool | ||
GetKeyDown ( int player, JoyCode jc ) : bool | ||
GetKeyDown ( string name ) : bool | ||
GetKeyUp ( KeyCode, kc ) : bool | ||
GetKeyUp ( int player, JoyCode jc ) : bool | ||
GetKeyUp ( string name ) : bool | ||
GetMouseButton ( int button ) : bool | ||
GetMouseButtonDown ( int button ) : bool | ||
GetMouseButtonUp ( int button ) : bool | ||
GetMousePosition ( ) : Vector2 | ||
GetReference ( ) : NewCustomInputManager, | ||
IsAxis ( string name ) : bool | ||
LoadEditorConfig ( ) : bool | ||
NavigateFocus ( int row, int col ) : void | ||
OnGUI ( ) : void | ||
OpenEditor ( ) : bool | ||
ResetToDefault ( Hashtable &cfg ) : void | ||
SaveEditorConfig ( ) : bool | ||
SetupBidirectionalLinks ( Hashtable cfg ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
isOpen ( ) : bool |
Method | Description | |
---|---|---|
DrawBidirAxisButton ( int pos, KeyConfig, kc, float width ) : int | ||
DrawKeyConfigButton ( int pos, KeyConfig, kc, float width ) : int | ||
EditConfig ( KeyConfig, kc, bool forJoy = false ) : bool | ||
EditKey ( KeyConfig, config, EditStates es, JoyAnalog ja, int jplayer ) : bool | ||
EditKey ( KeyConfig, config, EditStates es, JoyCode jc, int jplayer ) : bool | ||
EditKey ( KeyConfig, config, EditStates es, KeyCode, kc ) : bool | ||
EditKey ( KeyConfig, config, EditStates es, MouseAxes ma ) : bool | ||
EditMouseKey ( KeyConfig, config, EditStates es, int button ) : bool | ||
FindKey ( Hashtable cfg, JoyAnalog ja, int jplayer, ArrayList &keyConfigList ) : bool | ||
FindKey ( Hashtable cfg, JoyCode jc, int jplayer, ArrayList &keyConfigList ) : bool | ||
FindKey ( Hashtable cfg, KeyCode, kc, ArrayList &keyConfigList ) : bool | ||
FindKey ( Hashtable cfg, MouseAxes ma, ArrayList &keyConfigList ) : bool | ||
FindMouseKey ( Hashtable cfg, int button, ArrayList &keyConfigList ) : bool | ||
GetButtonString ( KeyConfig, kc, bool forJoy = false ) : string | ||
GetControllerKeyName ( JoyAnalog ja, int jplayer ) : string | ||
GetControllerKeyName ( JoyCode jc, int jplayer ) : string | ||
GetKey ( int player, int key ) : bool | ||
GetKeyDown ( int player, int key ) : bool | ||
GetKeyUp ( int player, int key ) : bool | ||
HasKey ( KeyConfig, config, JoyAnalog ja, int jplayer ) : bool | ||
HasKey ( KeyConfig, config, JoyCode jc, int jplayer ) : bool | ||
HasKey ( KeyConfig, config, KeyCode, kc ) : bool | ||
HasKey ( KeyConfig, config, MouseAxes ma ) : bool | ||
HasKey ( KeyConfig, config, int k, int jplayer ) : bool | ||
HasMouseKey ( KeyConfig, config, int button ) : bool | ||
LoadConfig ( Hashtable &cfg, string name ) : bool | ||
RemoveKey ( Hashtable cfg, JoyAnalog ja, int jplayer, KeyConfig, except ) : bool | ||
RemoveKey ( Hashtable cfg, JoyCode jc, int jplayer, KeyConfig, except ) : bool | ||
RemoveKey ( Hashtable cfg, KeyCode, kc, KeyConfig, except ) : bool | ||
RemoveKey ( Hashtable cfg, MouseAxes ma, KeyConfig, except ) : bool | ||
RemoveMouseKey ( Hashtable cfg, int button, KeyConfig, except ) : bool | ||
SaveChanges ( ) : bool | ||
SaveOutConfig ( Hashtable &cfg, string name ) : bool | ||
isMissingInput ( KeyConfig, kc ) : bool | ||
isMissingJoystickInput ( KeyConfig, kc ) : bool | ||
isMissingKeyboardInput ( KeyConfig, kc ) : bool |
public ClearKeys ( KeyConfig, kc, EditStates es, bool forjoy = false ) : void | ||
kc | KeyConfig, | |
es | EditStates | |
forjoy | bool | |
return | void |
public ClearKeys ( KeyConfig, kc, bool forjoy = false ) : void | ||
kc | KeyConfig, | |
forjoy | bool | |
return | void |
public DeleteSavedConfig ( string name ) : void | ||
name | string | |
return | void |
public DrawBidirLabels ( KeyConfig, kc, Vector2 dim, bool forJoy = false ) : void | ||
kc | KeyConfig, | |
dim | Vector2 | |
forJoy | bool | |
return | void |
public static Get ( ) : NewCustomInputManager, | ||
return | NewCustomInputManager, |
public GetKey ( int player, JoyCode jc ) : bool | ||
player | int | |
jc | JoyCode | |
return | bool |
public GetKeyDown ( int player, JoyCode jc ) : bool | ||
player | int | |
jc | JoyCode | |
return | bool |
public GetKeyUp ( int player, JoyCode jc ) : bool | ||
player | int | |
jc | JoyCode | |
return | bool |
public GetMouseButtonDown ( int button ) : bool | ||
button | int | |
return | bool |
public GetMouseButtonUp ( int button ) : bool | ||
button | int | |
return | bool |
public static GetReference ( ) : NewCustomInputManager, | ||
return | NewCustomInputManager, |
public NavigateFocus ( int row, int col ) : void | ||
row | int | |
col | int | |
return | void |
public ResetToDefault ( Hashtable &cfg ) : void | ||
cfg | Hashtable | |
return | void |
public SetupBidirectionalLinks ( Hashtable cfg ) : void | ||
cfg | Hashtable | |
return | void |