Skip to content

Commit c9c8d78

Browse files
committed
debugging print outs
1 parent 93c9fe6 commit c9c8d78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

button.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ namespace user_interface_base {
213213
}
214214

215215
reportAria(force = false) {
216-
basic.showString("Button.reportAria")
216+
basic.showString("Ba")
217217
const msg: accessibility.TileAccessibilityMessage = {
218218
type: "tile",
219219
value: this.ariaId,

cursor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ namespace user_interface_base {
5353
}
5454

5555
public moveTo(pos: Vec2, ariaId: string, sizeHint: Bounds) {
56-
basic.showString("Cursor.moveTo")
56+
basic.showString("CM")
5757

5858
if (this.resetOutlineColourOnMove)
5959
this.setOutlineColour(DEFAULT_CURSOR_OUTLINE_COLOUR)

0 commit comments

Comments
 (0)