Skip to main content

Show touch dots (touch.show_pose)

Declaration

touch.show_pose(show)

Parameters

  • show
    Boolean. true to show; false to hide.

Notes

  • Set whether touch module calls display indicator dots on the screen.
  • Enabling dot display will significantly reduce performance of touch functions and may affect system stability over long periods. Use only for debugging.

Example

touch.show_pose(true)
touch.tap(100, 100)