ASW Lib
A.D.S. Games SDL Wrapper Library. A library targeted at Allegro4 users who want to switch to SDL3 and use modern c++.
Loading...
Searching...
No Matches
anonymous_namespace{input.cpp} Namespace Reference

Variables

std::array< SDL_Cursor *, asw::input::NUM_CURSORScursors { nullptr }
 Active cursor stores the current active cursor. It is updated by the core.
 

Variable Documentation

◆ cursors

std::array<SDL_Cursor*, asw::input::NUM_CURSORS> anonymous_namespace{input.cpp}::cursors { nullptr }

Active cursor stores the current active cursor. It is updated by the core.

Definition at line 6 of file input.cpp.