CarnegieMellonGraphics2
Class TimerEvent
in CarnegieMellonGraphics.h
- class TimerEvent
TimerEvents are used to keep track of events that happen at regular intervals.
Note: Do not instantiate one directly, use Window::registerNewTimerEvent
or
Window::startTimer
to create one.
TimerEvent
public TimerEvent( int timerid );
TimerEvent
public TimerEvent();
TimerEvent
public TimerEvent( const TimerEvent& te );
getTimerID
public int getTimerID() const;
operator!=
public bool operator!=( const TimerEvent& rhs ) const;
operator==
public bool operator==( const TimerEvent& rhs ) const;