GLOW API version 1.0 reference

Back to
Table of contents


class GlowPushButtonMessage

General information

type: struct
inherits: (none)
module: glowPushButtonWidget

GlowPushButtonMessage 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