mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
term.ui: handle middle mouse button events and modifier keys (#6821)
This commit is contained in:
@@ -123,9 +123,9 @@ pub enum Direction {
|
||||
|
||||
pub enum MouseButton {
|
||||
unknown
|
||||
primary
|
||||
secondary
|
||||
tertiary
|
||||
left
|
||||
middle
|
||||
right
|
||||
}
|
||||
|
||||
pub enum EventType {
|
||||
|
||||
Reference in New Issue
Block a user