toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.event
/
ReshapeEvent
Reshape
Event
data
class
ReshapeEvent
(
var
x
:
Int
=
0
,
var
y
:
Int
=
0
,
var
width
:
Int
=
0
,
var
height
:
Int
=
0
)
:
TypedEvent
<
ReshapeEvent
>
Members
Members & Extensions
Constructors
Reshape
Event
Link copied to clipboard
constructor
(
x
:
Int
=
0
,
y
:
Int
=
0
,
width
:
Int
=
0
,
height
:
Int
=
0
)
Types
Companion
Link copied to clipboard
object
Companion
:
EventType
<
ReshapeEvent
>
Properties
default
Prevented
Link copied to clipboard
var
defaultPrevented
:
Boolean
height
Link copied to clipboard
var
height
:
Int
target
Link copied to clipboard
var
target
:
Any
?
type
Link copied to clipboard
open
override
var
type
:
EventType
<
ReshapeEvent
>
width
Link copied to clipboard
var
width
:
Int
x
Link copied to clipboard
var
x
:
Int
y
Link copied to clipboard
var
y
:
Int
Functions
copy
From
Link copied to clipboard
fun
copyFrom
(
other
:
ReshapeEvent
)
prevent
Default
Link copied to clipboard
fun
preventDefault
(
reason
:
Any
?
=
null
)
prevent
Default
Link copied to clipboard
fun
Event
.
preventDefault
(
reason
:
Any
?
=
null
)
:
Nothing
stop
Propagation
Link copied to clipboard
fun
stopPropagation
(
reason
:
Any
?
=
null
)