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


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