dgame v0.4.1 (2015-02-22T14:21:21Z)
Home
Dub
Repo
Mouse.create
Dgame
System
Mouse
Mouse
Creates a cursor at the given positions with the given Surface.
Cursor
create
(Surface srfc, short x, short y)
class
Mouse
static
Cursor
create
(
ref
Surface
srfc
,
short
x
,
short
y
)
Cursor
create
(ubyte* data, ubyte* mask, ushort width, ushort height, short x, short y)
Meta
Source
See Implementation
Dgame
System
Mouse
Mouse
aliases
Cursor
warp
enums
Button
MotionStates
State
static functions
create
destroyCursor
enableRelativeMouse
getCursor
getCursorPosition
getRelativeState
getState
hasRelativeMouse
hasRelativeState
hasState
setCursor
setCursorPosition
showCursor
Creates a cursor at the given positions with the given Surface.