sfml.js
Preparing search index...
MouseButtonEvent
Interface MouseButtonEvent
interface
MouseButtonEvent
{
mouseButton
:
{
button
:
number
;
buttonStr
:
"Left"
|
"Right"
|
"Middle"
|
"XButton1"
|
"XButton2"
;
x
:
number
;
y
:
number
;
}
;
type
:
"MouseButtonPressed"
|
"MouseButtonReleased"
;
}
Index
Properties
mouse
Button
type
Properties
mouse
Button
mouseButton
:
{
button
:
number
;
buttonStr
:
"Left"
|
"Right"
|
"Middle"
|
"XButton1"
|
"XButton2"
;
x
:
number
;
y
:
number
;
}
type
type
:
"MouseButtonPressed"
|
"MouseButtonReleased"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
mouse
Button
type
sfml.js
Loading...