Method | Description | |
---|---|---|
AddWindowHandlers ( |
||
AreKeysLeft ( ) : bool | ||
BindKey ( int code, string js_down, string js_up ) : void | ||
GetJoystickAxis ( int id, int axis_id ) : double | ||
GetKey ( ) : int | ||
GetKeyString ( int key, bool shift ) : string | ||
GetMouseWheelEvent ( ) : int | ||
GetMouseX ( ) : int | ||
GetMouseY ( ) : int | ||
GetNumJoyStickButtons ( int id ) : int | ||
GetNumJoySticks ( ) : int | ||
GetNumJoystickAxes ( int id ) : int | ||
GetNumMouseWheelEvents ( ) : int | ||
GetTalkActivationButton ( ) : int | ||
GetTalkActivationKey ( ) : int | ||
IsAnyKeyPressed ( ) : bool | ||
IsJoystickButtonPressed ( int id, int code ) : bool | ||
IsKeyPressed ( int code ) : bool | ||
IsMouseButtonPressed ( int code ) : bool | ||
RemoveWindowHandlers ( |
||
SetMousePosition ( int x, int y ) : void | ||
SetMouseX ( int new_x ) : void | ||
SetMouseY ( int new_y ) : void | ||
SetTalkActivationButton ( int btn ) : void | ||
SetTalkActivationKey ( int key ) : void | ||
UnbindKey ( int code ) : void | ||
window_Closed ( object sender, |
||
window_KeyPressed ( object sender, |
||
window_KeyReleased ( object sender, |
Method | Description | |
---|---|---|
GlobalInput ( ) : System | ||
window_MouseWheel ( object sender, |
public static AddWindowHandlers ( |
||
wind | ||
return | void |
public static BindKey ( int code, string js_down, string js_up ) : void | ||
code | int | |
js_down | string | |
js_up | string | |
return | void |
public static GetJoystickAxis ( int id, int axis_id ) : double | ||
id | int | |
axis_id | int | |
return | double |
public static GetKeyString ( int key, bool shift ) : string | ||
key | int | |
shift | bool | |
return | string |
public static GetNumJoyStickButtons ( int id ) : int | ||
id | int | |
return | int |
public static GetNumJoystickAxes ( int id ) : int | ||
id | int | |
return | int |
public static GetNumMouseWheelEvents ( ) : int | ||
return | int |
public static GetTalkActivationButton ( ) : int | ||
return | int |
public static IsJoystickButtonPressed ( int id, int code ) : bool | ||
id | int | |
code | int | |
return | bool |
public static IsKeyPressed ( int code ) : bool | ||
code | int | |
return | bool |
public static IsMouseButtonPressed ( int code ) : bool | ||
code | int | |
return | bool |
public static RemoveWindowHandlers ( |
||
wind | ||
return | void |
public static SetMousePosition ( int x, int y ) : void | ||
x | int | |
y | int | |
return | void |
public static SetTalkActivationButton ( int btn ) : void | ||
btn | int | |
return | void |
public static SetTalkActivationKey ( int key ) : void | ||
key | int | |
return | void |
public static window_Closed ( object sender, |
||
sender | object | |
e | ||
return | void |
public static window_KeyPressed ( object sender, |
||
sender | object | |
e | ||
return | void |
public static window_KeyReleased ( object sender, |
||
sender | object | |
e | ||
return | void |