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


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