orx
1.14
Portable Game Engine
|
Data Structures | |
struct | orxSYSTEM_EVENT_PAYLOAD |
Functions | |
orxDLLAPI void orxFASTCALL | orxSystem_Delay (orxFLOAT _fSeconds) |
orxDLLAPI void orxFASTCALL | orxSystem_Exit () |
orxDLLAPI const orxSTRING orxFASTCALL | orxSystem_GetClipboard () |
orxDLLAPI orxU64 orxFASTCALL | orxSystem_GetRealTime () |
orxDLLAPI orxDOUBLE orxFASTCALL | orxSystem_GetSystemTime () |
orxDLLAPI orxDOUBLE orxFASTCALL | orxSystem_GetTime () |
orxDLLAPI orxVERSION *orxFASTCALL | orxSystem_GetVersion (orxVERSION *_pstVersion) |
orxDLLAPI const orxSTRING orxFASTCALL | orxSystem_GetVersionFullString () |
orxDLLAPI orxU32 orxFASTCALL | orxSystem_GetVersionNumeric () |
orxDLLAPI const orxSTRING orxFASTCALL | orxSystem_GetVersionString () |
orxDLLAPI orxSTATUS orxFASTCALL | orxSystem_Init () |
orxDLLAPI orxSTATUS orxFASTCALL | orxSystem_SetClipboard (const orxSTRING _zValue) |
orxDLLAPI void orxFASTCALL | orxSystem_Setup () |
System file Code that handles system events and timers
enum orxSYSTEM_EVENT |
Event enum
Definition at line 51 of file orxSystem.h.
Delay the program for given number of seconds
[in] | _fSeconds | Number of seconds to wait |
orxDLLAPI const orxSTRING orxFASTCALL orxSystem_GetClipboard | ( | ) |
Gets clipboard's content
orxDLLAPI orxU64 orxFASTCALL orxSystem_GetRealTime | ( | ) |
Gets real time (in seconds)
orxDLLAPI orxDOUBLE orxFASTCALL orxSystem_GetSystemTime | ( | ) |
Gets current internal system time (in seconds)
orxDLLAPI orxDOUBLE orxFASTCALL orxSystem_GetTime | ( | ) |
Gets current time (elapsed from the beginning of the application, in seconds)
orxDLLAPI orxVERSION* orxFASTCALL orxSystem_GetVersion | ( | orxVERSION * | _pstVersion | ) |
Gets orx version (compiled)
[out] | _pstVersion | Structure to fill with current version |
orxDLLAPI const orxSTRING orxFASTCALL orxSystem_GetVersionFullString | ( | ) |
Gets orx version literal (compiled), including build number
orxDLLAPI orxU32 orxFASTCALL orxSystem_GetVersionNumeric | ( | ) |
Gets orx version absolute numeric value (compiled)
orxDLLAPI const orxSTRING orxFASTCALL orxSystem_GetVersionString | ( | ) |
Gets orx version literal (compiled), excluding build number
Inits the system module
Sets clipboard's content
[in] | _zValue | Value to set in the clipboard, orxNULL to clear |