Methods
Static
QueueClick
- QueueClick(screenX, screenY): void
Parameters
screenX: number
screenY: number
Returns void
Static
QueueKeyPress
- QueueKeyPress(keyCode, pressDurationModifier?): void
Parameters
keyCode: string
pressDurationModifier: number = 1
Returns void
Queues a click on the game screen at the specified coordinates.