We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d5b53 commit d5a1c81Copy full SHA for d5a1c81
cursor.ts
@@ -53,6 +53,8 @@ namespace user_interface_base {
53
}
54
55
public moveTo(pos: Vec2, ariaId: string, sizeHint: Bounds) {
56
+ basic.showString("Cursor.moveTo")
57
+
58
if (this.resetOutlineColourOnMove)
59
this.setOutlineColour(DEFAULT_CURSOR_OUTLINE_COLOUR)
60
0 commit comments