sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
Cursor
sbylib
wrapper
glfw
cursor
Undocumented in source.
struct
Cursor {
package
GLFWcursor
*
cursor
;
this
(Image image, int[2] hotspot);
static
Cursor
createStandardCursor
(CursorShape shape);
void
destroy
();
}
Constructors
this
this
(Image image, int[2] hotspot)
Undocumented in source.
Members
Functions
destroy
void
destroy
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
createStandardCursor
Cursor
createStandardCursor
(CursorShape shape)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
cursor
GLFWcursor
*
cursor
;
Undocumented in source.
Meta
Source
See Implementation
sbylib
wrapper
glfw
cursor
structs
Cursor