apprt: Fix key callback input key assignments

Prior to this commit, two and three were not properly assigned. This
commit updates that to assign two to two, and three to three.
This commit is contained in:
Brian Cain
2023-12-15 11:23:52 -08:00
parent e36c5203fa
commit ed3e436e47

View File

@ -821,8 +821,8 @@ pub const Surface = struct {
.z => .z, .z => .z,
.zero => .zero, .zero => .zero,
.one => .one, .one => .one,
.two => .three, .two => .two,
.three => .four, .three => .three,
.four => .four, .four => .four,
.five => .five, .five => .five,
.six => .six, .six => .six,