utility 2026.1.9
A comprehensive C++ utilities library tailored for the development of modern desktop and extended reality (XR) applications.
Loading...
Searching...
No Matches
utility::event::HandMotionEvent::Factory Class Reference

Factory for creating HandMotionEvent instances. More...

#include <headers/utility/event/hand_motion_event.hpp>

Inheritance diagram for utility::event::HandMotionEvent::Factory:
Collaboration diagram for utility::event::HandMotionEvent::Factory:

Public Member Functions

std::shared_ptr< Eventcreate (void) const override
 Create a HandMotionEvent as base Event pointer.
 
std::shared_ptr< HandMotionEventcreateTyped (void) const
 Create a strongly-typed HandMotionEvent.
 

Detailed Description

Factory for creating HandMotionEvent instances.

Definition at line 44 of file hand_motion_event.hpp.

Member Function Documentation

◆ create()

std::shared_ptr< Event > utility::event::HandMotionEvent::Factory::create ( void  ) const
overridevirtual

Create a HandMotionEvent as base Event pointer.

Returns
Newly created HandMotionEvent.

Implements utility::event::Event::AbstractFactory.

Definition at line 30 of file hand_motion_event.cpp.

◆ createTyped()

std::shared_ptr< HandMotionEvent > utility::event::HandMotionEvent::Factory::createTyped ( void  ) const

Create a strongly-typed HandMotionEvent.

Returns
Newly created HandMotionEvent.

Definition at line 36 of file hand_motion_event.cpp.


The documentation for this class was generated from the following files: