mirror of
https://github.com/jroimartin/gocui.git
synced 2025-05-01 22:17:55 +08:00
add ModMotion modifier for mouse drag events
This commit is contained in:
parent
716e2ea8b7
commit
01cdcccd05
@ -138,4 +138,5 @@ type Modifier termbox.Modifier
|
||||
const (
|
||||
ModNone Modifier = Modifier(0)
|
||||
ModAlt = Modifier(termbox.ModAlt)
|
||||
ModMotion = Modifier(termbox.ModMotion)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user