Skip to content

Commit fdea536

Browse files
authored
Ligature Test
1 parent 4326858 commit fdea536

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/input_lib/src/virtual_controller.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ impl Controller {
9595
ButtonKind::DPad(DPadButtons::Down),
9696
),
9797
(
98-
xbutton(100.0, sh - 300.0, 100.0, 100.0, ""),
98+
xbutton(100.0, sh - 300.0, 100.0, 100.0, "<-"),
9999
ButtonKind::DPad(DPadButtons::Left),
100100
),
101101
(
102-
xbutton(300.0, sh - 300.0, 100.0, 100.0, ""),
102+
xbutton(300.0, sh - 300.0, 100.0, 100.0, "=>"),
103103
ButtonKind::DPad(DPadButtons::Right),
104104
),
105105
(

0 commit comments

Comments
 (0)