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


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