|
utility 2026.1.9
A comprehensive C++ utilities library tailored for the development of modern desktop and extended reality (XR) applications.
|
Factory for creating CursorEnterEvent instances. More...
#include <headers/utility/event/cursor_enter_event.hpp>


Public Member Functions | |
| std::shared_ptr< Event > | create (void) const override |
| Create a CursorEnterEvent as a base Event pointer. | |
| std::shared_ptr< CursorEnterEvent > | createTyped (void) const |
| Create a strongly-typed CursorEnterEvent. | |
Factory for creating CursorEnterEvent instances.
Definition at line 45 of file cursor_enter_event.hpp.
|
overridevirtual |
Create a CursorEnterEvent as a base Event pointer.
Implements utility::event::Event::AbstractFactory.
Definition at line 34 of file cursor_enter_event.cpp.
| std::shared_ptr< CursorEnterEvent > utility::event::CursorEnterEvent::Factory::createTyped | ( | void | ) | const |
Create a strongly-typed CursorEnterEvent.
Definition at line 40 of file cursor_enter_event.cpp.