Module d2d.sdl2.Mouse

Mouse

Functions

NameDescription
defaultCursor() Gets the system's default cursor

Classes

NameDescription
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 The mouse input source which acculmulates mouse information

Global variables

NameTypeDescription
allButtonCodes immutable(derelict.sdl2.internal.sdl_types.SDL_D_MouseButton[]) A list of all of the button codes