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::MouseMotionEvent::Factory Class Reference

Factory for creating MouseMotionEvent instances. More...

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

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

Public Member Functions

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

Detailed Description

Factory for creating MouseMotionEvent instances.

Definition at line 48 of file mouse_motion_event.hpp.

Member Function Documentation

◆ create()

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

Create a MouseMotionEvent as a base Event pointer.

Returns
Newly created MouseMotionEvent as std::shared_ptr<Event>.

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

Definition at line 30 of file mouse_motion_event.cpp.

◆ createTyped()

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

Create a strongly-typed MouseMotionEvent.

Returns
Newly created MouseMotionEvent as std::shared_ptr<MouseMotionEvent>.

Definition at line 36 of file mouse_motion_event.cpp.


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