|
Back to Table of contents |
General information |
type: struct
inherits: (none)
module: glowScrollBarWidgetGlowScrollBarMessage encloses data sent to a GlowScrollBarReceiver to notify it of a scroll bar event.
Most GLOW programs that use scroll bars will use GlowScrollBarPartMessage to get information about scroll bar events.
Data |
Event data
GlowScrollBarWidget* widget
The scroll bar involved.GlowScrollBarWidget::Part part
The scroll bar part involved.bool released
true if the the control was just released; false if it is still being dragged.long topValue
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