GLOW API version 1.0 reference

Back to
Table of contents


class GlowTimerMessage

General information

type: struct
inherits: (none)
module: glow

GlowTimerMessage encloses data sent to a GlowTimerReceiver to notify it of a timer event.

GLOW programs that use timers will need to use GlowTimerMessages.

Data

Event data

int id

The id assigned to this particular notification and returned from Glow::RegisterTimer().

Back to
Table of contents


The GLOW Toolkit