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
asw::input::anonymous_namespace{input.h} Namespace Reference

Variables

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

Variable Documentation

◆ cursors

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

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

Definition at line 304 of file input.h.