|
Back to Table of contents |
General information |
type: struct
inherits: (none)
module: glowPushButtonWidgetGlowPushButtonMessage encloses data sent to a GlowPushButtonReceiver to notify it of a button press event.
Most GLOW programs that use pushbuttons will need to use GlowPushButtonMessages.
Data |
Event data
GlowPushButtonWidget* widget
The button hit.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