![]() |
Castor3D 0.17.0
Multiplatform 3D engine
|
#include <CpuFrameEvent.hpp>

Public Member Functions | |
| C3D_API | CpuFrameEvent (CpuFrameEvent const &rhs) |
| C3D_API | CpuFrameEvent (CpuFrameEvent &&rhs) noexcept |
| C3D_API CpuFrameEvent & | operator= (CpuFrameEvent const &rhs) |
| C3D_API CpuFrameEvent & | operator= (CpuFrameEvent &&rhs) noexcept |
| C3D_API | CpuFrameEvent (CpuEventType type) |
| Constructor. | |
| virtual C3D_API | ~CpuFrameEvent () noexcept=default |
| Destructor. | |
| void | apply () |
| Applies the event. | |
| CpuEventType | getType () const |
| void | skip () |
| Sets the event to be skipped. | |
| C3D_API castor3d::CpuFrameEvent::CpuFrameEvent | ( | CpuFrameEvent const & | rhs | ) |
|
noexcept |
|
explicit |
Constructor.
| [in] | type | The event type. |
|
virtualdefaultnoexcept |
Destructor.
|
inline |
Applies the event.
|
inline |
|
noexcept |
| C3D_API CpuFrameEvent & castor3d::CpuFrameEvent::operator= | ( | CpuFrameEvent const & | rhs | ) |
|
inline |
Sets the event to be skipped.