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


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