vlang / ved

1 MB text editor written in V with hardware accelerated text rendering. Compiles in <1s.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error: undefined: `glfw.KEY_ESCAPE`

bagasayn opened this issue · comments

.\vid.v:487:17: error: undefined: glfw.KEY_ESCAPE
485| break
486| }
487| // String

488| if line[i] == \' {
489| i++

V no longers uses or includes glfw.