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


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