Dastan21 / CTRL

SPWN library adding more in-game controls.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CTRL

SPWN library adding more in-game controls.

Controls

  • Press
  • Release
  • Hold
  • Swipe
  • Multiclick

How to use

See example.spwn

Exports

press_right(macro)
press_left(macro)

release_right(macro)
release_left(macro)

hold_right(macro, delay = 0.5)
hold_left(macro, delay = 0.5)

swipe_right_to_left(macro)
swipe_left_to_right(macro)

multiclick_right(macro, delay = 0.3, clicks = 2)
multiclick_left(macro, delay = 0.3, clicks = 2)

hidden_group

About

SPWN library adding more in-game controls.

License:Apache License 2.0