Class SetMouseCursorEvent

Inheritance Relationships

Base Type

  • public Event

Class Documentation

class SetMouseCursorEvent : public Event

Event dispatched to request a cursor mode change.

Created by InputManager::set_cursor_mode() and handled by the Window, which applies the mode change via platform-specific calls. This event-based approach maintains separation between input abstraction and platform implementation.

See also

InputManager::set_cursor_mode() - Dispatches this event

See also

CursorMode - Available cursor modes

Public Functions

inline explicit SetMouseCursorEvent(const CursorMode mode)
inline CursorMode get_mode() const