dgame ~master (2017-03-31T06:11:13Z)
Home
Dub
Repo
Mouse.createCursor
Dgame
System
Mouse
Mouse
Create a Surface cursor.
Cursor
createCursor
(
ref
Surface
srfc
,
int
hx
,
int
hy
)
class
Mouse
@
nogc
static
Cursor
createCursor
nothrow
(
ref
Surface
srfc
,
int
hx
,
int
hy
)
Cursor
createCursor
(
SystemCursor
cursor
)
Meta
Source
See Implementation
Dgame
System
Mouse
Mouse
aliases
Cursor
enums
Button
SystemCursor
static functions
captureCursor
createCursor
enableRelativeMouse
getCursor
getCursorPosition
getDefaultCursor
getGlobalCursorPosition
getRelativeCursorPosition
hasRelativeMouse
isPressed
setCursor
setCursorPosition
setGlobalCursorPosition
showCursor
Create a Surface cursor.