CameraChangedEvent
-
class
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.
Parameters: in_event – The Event Object to be converted.
-
inline virtual char const *
ClassName
() const override
-
inline virtual Event *
Clone
() const override Allocates and returns a copy of this CameraChangedEvent.
Returns: A copy of this CameraChangedEvent.
-
inline virtual bool
Drop
(Event const *in_that_event) const override 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 override 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