fix: panic invalid enum value on left or right scroll
This commit is contained in:
parent
f0eaa3c831
commit
5b7f2c3d5d
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ pub const Button = enum(u8) {
|
|||
none,
|
||||
wheel_up = 64,
|
||||
wheel_down = 65,
|
||||
wheel_right = 66,
|
||||
wheel_left = 67,
|
||||
button_8 = 128,
|
||||
button_9 = 129,
|
||||
button_10 = 130,
|
||||
|
|
Loading…
Add table
Reference in a new issue