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


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