mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 14:33:41 +00:00
machine/usb/hid/mouse: add support for mouse back and forward
This commit is contained in:
@@ -13,6 +13,8 @@ const (
|
||||
Left Button = 1 << iota
|
||||
Right
|
||||
Middle
|
||||
Back
|
||||
Forward
|
||||
)
|
||||
|
||||
type mouse struct {
|
||||
|
||||
Reference in New Issue
Block a user