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


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