machine/usb/hid/mouse: add support for mouse back and forward

This commit is contained in:
sago35
2023-04-28 21:04:16 +09:00
committed by Ron Evans
parent 25b03414dc
commit d28b58e4dd
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -13,6 +13,8 @@ const (
Left Button = 1 << iota
Right
Middle
Back
Forward
)
type mouse struct {