These API routines allow you to create event handlers and process Visual FoxPro events.
Adds a function handler to the end of the list of event handlers.
Adds a routine to the list of routines called when Visual FoxPro is waiting for user input or for an event to time out.
Removes the specified handler from the event processor list.
Removes the specified routine from the idle loop.
Provides the default event processing for an event returned by _GetNextEvent( ) when the event doesn't need special handling.
Reads the next event into the EventRec and returns the event type.
Returns the next key typed during the timeout period. The timeout period is specified as a number of MS-DOS timer ticks.
Fills in pt with the current position of the mouse.
Fills in pt with the current position of the mouse in pixels.