Home |
RTTarget-32 Programming Manual Function RTGetMetaWEvents System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
Function RTGetMetaWEventsThis function will transfer all currently pending keyboard events from RTTarget-32's Win32 compatible event queue to MetaWINDOW's event queue. void RTGetMetaWEvents(void); It is not required to call this function if flag RT_METAW_KEYSTOMETA was specified in the call to RTMetaWInit. Typically, you should call this function when the program is waiting for user input.
|