Input::Mouse
Mouse Input Handling in Unified Engine
The Unified Engine facilitates detailed mouse input tracking and management via classes dedicated to cursor control, button presses, scroll actions, and mouse movement.
Mouse Button Enumeration
An enumeration to capture mouse button inputs, covering both main and additional buttons.
Cursor Controller
Manages the cursor's lock state in the game window. Useful for scenarios where the cursor needs to be confined to the center or freed.
Mouse Controller
A comprehensive class that integrates cursor control with mouse button presses, position tracking, and scroll actions.
Last updated