CameraChangedEvent
-
class HPS::CameraChangedEvent : public HPS::Event
Public Functions
-
inline CameraChangedEvent()
The default constructor creates an empty CameraChangedEvent object.
-
inline CameraChangedEvent(Event const &in_event)
This constructor converts an Event Object to a CameraChangedEvent object.
-
inline virtual Event *Clone() const
Allocates and returns a copy of this CameraChangedEvent.
- Returns
A copy of this CameraChangedEvent.
-
inline virtual bool Drop(Event const *in_that_event) const
This optional function is used to determine if the current event can be dropped based on the following event in the queue.
-
inline virtual intptr_t Freshen() const
This optional function is used to determine if the current event can be dropped in favor of newer event of the same type if one is available.
- Returns
A cookie representing the freshen category. Zero indicates a non-freshening event.
-
~CameraChangedEvent()
-
inline CameraChangedEvent()