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 93c9fe6 commit c9c8d78Copy full SHA for c9c8d78
button.ts
@@ -213,7 +213,7 @@ namespace user_interface_base {
213
}
214
215
reportAria(force = false) {
216
- basic.showString("Button.reportAria")
+ basic.showString("Ba")
217
const msg: accessibility.TileAccessibilityMessage = {
218
type: "tile",
219
value: this.ariaId,
cursor.ts
@@ -53,7 +53,7 @@ namespace user_interface_base {
53
54
55
public moveTo(pos: Vec2, ariaId: string, sizeHint: Bounds) {
56
- basic.showString("Cursor.moveTo")
+ basic.showString("CM")
57
58
if (this.resetOutlineColourOnMove)
59
this.setOutlineColour(DEFAULT_CURSOR_OUTLINE_COLOUR)
0 commit comments