app
/
org.powbot.api.event
/
TouchEvent
Touch
Event
class
TouchEvent
(type:
TouchEvent.Type
, mod:
Int
, x:
Int
, y:
Int
, consumed:
Boolean
)
Content copied to clipboard
Types
Functions
Properties
Types
Type
Link copied to clipboard
enum
Type
:
Enum
<
TouchEvent.Type
>
Content copied to clipboard
Functions
consume
Link copied to clipboard
fun
consume
()
Content copied to clipboard
to
String
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
consumed
Link copied to clipboard
var
consumed
:
Boolean
= false
Content copied to clipboard
mod
Link copied to clipboard
val
mod
:
Int
Content copied to clipboard
type
Link copied to clipboard
val
type
:
TouchEvent.Type
Content copied to clipboard
x
Link copied to clipboard
val
x
:
Int
Content copied to clipboard
y
Link copied to clipboard
val
y
:
Int
Content copied to clipboard