|  | Back to Table of contents | 
| General information | 
type: struct
inherits: (none)
module: glowMessageWindowGlowMessageWindowMessage encloses data sent to a GlowMessageWindowReceiver to notify it of a button press event in the window.
GLOW programs that use message windows and want to perform additional processing when the window is dismissed will need to use GlowMessageWindowMessages.
| Data | 
Event data
GlowMessageWindow* window
The window involved.int response
Number of the button pressed.Glow::MouseButton mouseButton
The mouse button that was pressed. Uses the constants defined in Glow.Glow::Modifiers modifiers
Keyboard modifiers that were down when the mouse button was pressed.
|  | Back to Table of contents | 
The GLOW Toolkit