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


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