Module message

Source
Expand description

Provides functions to handle windows messages.

Functions§

dispatch
Dispatches a message to a window procedure.
get
Retrieves a message from the calling thread’s message queue. A blocking call.
peek
Retrieves a message from the calling thread’s message queue.
translate
Translates virtual-key messages into character messages.