d2d.sdl2.Mouse

Mouse

Members

Classes

Cursor
class Cursor

A cursor is how the mouse at its location looks While this class should *technically* be defined in d2d.sdl2, its only use is in Mouse And since this class is small, instead of giving it its own file, I'll keep it here

Mouse
class Mouse

The mouse input source which acculmulates mouse information

Functions

defaultCursor
Cursor defaultCursor()

Gets the system's default cursor

Variables

allButtonCodes
auto allButtonCodes;

A list of all of the button codes

Meta