app
/
org.powbot.api.event
/
KeyEvent
Key
Event
class
KeyEvent
(type:
KeyEvent.Type
, keyCode:
Int
, char:
Char
)
Content copied to clipboard
Types
Functions
Properties
Types
Type
Link copied to clipboard
enum
Type
:
Enum
<
KeyEvent.Type
>
Content copied to clipboard
Functions
consume
Link copied to clipboard
fun
consume
()
Content copied to clipboard
Properties
char
Link copied to clipboard
val
char
:
Char
Content copied to clipboard
consumed
Link copied to clipboard
var
consumed
:
Boolean
= false
Content copied to clipboard
keyCode
Link copied to clipboard
val
keyCode
:
Int
Content copied to clipboard
type
Link copied to clipboard
val
type
:
KeyEvent.Type
Content copied to clipboard