
Classes | |
| struct | Message |
| Window Message structuer. | |
Public Member Functions | |
| Win32Platform () | |
| Initializes Win32 specific methods. | |
| override double | GetTime () |
| Gets the time in milliseconds, using QueryPerformanceCounter. | |
Properties | |
| override bool | IsAppIdle [get] |
| Returns true if there are no messages waiting. This allows us to avoid an expensive Application.DoEvents() call. | |
| AgateLib.PlatformSpecific.Win32Platform.Win32Platform | ( | ) |
Initializes Win32 specific methods.
| override double AgateLib.PlatformSpecific.Win32Platform.GetTime | ( | ) | [virtual] |
Gets the time in milliseconds, using QueryPerformanceCounter.
Reimplemented from AgateLib.PlatformSpecific.Platform.
override bool AgateLib.PlatformSpecific.Win32Platform.IsAppIdle [get] |
Returns true if there are no messages waiting. This allows us to avoid an expensive Application.DoEvents() call.
Reimplemented from AgateLib.PlatformSpecific.Platform.
|
AgateLib Awesome Game and Tool Engine Library |
|