Module d2d.sdl2.Mouse
Mouse
Functions
Name | Description |
---|---|
defaultCursor()
|
Gets the system's default cursor |
Classes
Name | Description |
---|---|
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
Name | Type | Description |
---|---|---|
allButtonCodes
|
immutable(derelict
|
A list of all of the button codes |