godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
InputEventScreenTouch.GDNativeClassBinding
godot
inputeventscreentouch
InputEventScreenTouch
Undocumented in source.
struct
InputEventScreenTouch
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("get_index")
GodotMethod
!(
long
)
getIndex
;
__gshared
@
GodotName
("get_position")
GodotMethod
!(
Vector2
)
getPosition
;
__gshared
@
GodotName
("set_index")
GodotMethod
!(
void
,
long
)
setIndex
;
__gshared
@
GodotName
("set_position")
GodotMethod
!(
void
,
Vector2
)
setPosition
;
__gshared
@
GodotName
("set_pressed")
GodotMethod
!(
void
,
bool
)
setPressed
;
}
Members
Static variables
getIndex
GodotMethod
!(
long
)
getIndex
;
Undocumented in source.
getPosition
GodotMethod
!(
Vector2
)
getPosition
;
Undocumented in source.
setIndex
GodotMethod
!(
void
,
long
)
setIndex
;
Undocumented in source.
setPosition
GodotMethod
!(
void
,
Vector2
)
setPosition
;
Undocumented in source.
setPressed
GodotMethod
!(
void
,
bool
)
setPressed
;
Undocumented in source.
Meta
Source
See Implementation
godot
inputeventscreentouch
InputEventScreenTouch
aliases
BaseClasses
functions
getIndex
getPosition
opAssign
opEquals
setIndex
setPosition
setPressed
toHash
properties
index
position
pressed
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name