|
Return the identifier of last event produced, events can take these values:
#VMB_EVENT_CLOSE, the user request to close the window.
#VMB_EVENT_CONTROL, the user used a control created on a window, the identifier used is stored on lParam(), on wParam are stored
menu identifiers.
#VMB_EVENT_PAINT, the window must be updated if a 2d drawing element was drawn on the window.
#VMB_EVENT_SIZE, the window was resized.
#VMB_EVENT_MOVE, the window was moved.
#VMB_EVENT_MOUSELEFTUP, the user has been pushed left button.
#VMB_EVENT_MOUSELEFTDOWN, the user finished pressing left button.
#VMB_EVENT_MOUSERIGHTUP, the user has been pushed right button.
#VMB_EVENT_MOUSERIGHTDOWN, the user finished pressing right button.
|
|