toggle menu
korge-root
5.1.0
common
jvm
switch theme
search in API
korge
/
korlibs.render
/
GameWindow
/
CustomCursor
Custom
Cursor
data
class
CustomCursor
(
val
shape
:
Shape
,
val
name
:
String
=
"custom"
)
:
GameWindow.ICursor
,
Extra
Members
Members & Extensions
Constructors
Custom
Cursor
Link copied to clipboard
constructor
(
shape
:
Shape
,
name
:
String
=
"custom"
)
Properties
bounds
Link copied to clipboard
val
bounds
:
Rectangle
extra
Link copied to clipboard
open
override
var
extra
:
ExtraType
jvm
Cursor
Link copied to clipboard
jvm
val
CustomCursor
.
jvmCursor
:
Cursor
val
ICursor
.
jvmCursor
:
Cursor
name
Link copied to clipboard
val
name
:
String
shape
Link copied to clipboard
val
shape
:
Shape
Functions
create
Bitmap
Link copied to clipboard
fun
createBitmap
(
size
:
Size
?
=
null
,
native
:
Boolean
=
true
)
:
BitmapWithHotspot
<
Bitmap
>