|
Back to Table of contents |
General information |
type: struct
inherits: (none)
module: glowCheckBoxWidgetGlowCheckBoxMessage encloses data sent to a GlowCheckBoxReceiver to notify it of a checkbox toggle event.
Most GLOW programs that use checkboxes will need to use GlowCheckBoxMessages.
Data |
Event data
GlowCheckBoxWidget* widget
The checkbox hit.GlowCheckBoxWidget::State state
The new state.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