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_LEFT_SUPER`

bagasayn opened this issue · comments

.\vid.v:480:17: error: undefined: glfw.KEY_LEFT_SUPER
478| break
479| }
480| // End of /**/

481| if i > 0 && line[i - 1] == * && line[i] == / {
482| // All before */ is still a comment

V no longers uses or includes glfw.