Functions | |
| void | MguiGetDisplayInfo (DISPLAYINFO *displayinfo) |
| void | MguiProcessPendingEvent (void) |
| void MguiGetDisplayInfo | ( | DISPLAYINFO * | displayinfo | ) |
Get information about default display device.
| displayinfo | Display information returned |
| void MguiProcessPendingEvent | ( | void | ) |
Process single event if any is pending and return.
This function should be used in long-running code where no status information is being displayed but event processing is desired. This function should be used sparingly.
1.5.2