|
Back to Table of contents |
General information |
type: struct
inherits: (none)
module: glowRadioButtonWidgetGlowRadioButtonMessage encloses data sent to a GlowRadioButtonReceiver to notify it of a radio button toggle event.
Most GLOW programs that use radio buttons will need to use GlowRadioButtonMessages.
Data |
Event data
GlowRadioGroupWidget* groupWidget
The radio group hit.GlowRadioButtonWidget* buttonWidget
The new state.GlowRadioButtonWidget* oldButtonWidget
The old 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