Method | Description | |
---|---|---|
ClearEvents ( ) : void | ||
Init ( ) : void | ||
Queue ( SystemEventType type, int value, int value2 ) : void | ||
RunEventLoop ( ) : bool | ||
RunEventLoop ( bool commandExecution ) : bool | ||
idEventLoop ( ) : System |
Method | Description | |
---|---|---|
GetEvent ( ) : |
||
GetRealEvent ( ) : |
||
ProcessEvent ( |
public Queue ( SystemEventType type, int value, int value2 ) : void | ||
type | SystemEventType | |
value | int | |
value2 | int | |
return | void |
public RunEventLoop ( bool commandExecution ) : bool | ||
commandExecution | bool | |
return | bool |