1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

term_drawing.v: support arrows, 1, 2 and space

This commit is contained in:
Delyan Angelov
2020-11-13 13:08:28 +02:00
parent 862cae5b02
commit a3404a38c6
2 changed files with 27 additions and 10 deletions

View File

@@ -125,6 +125,7 @@ pub enum MouseButton {
unknown
primary
secondary
tertiary
}
pub enum EventType {