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

tetris/glfw: fix warnings

This commit is contained in:
Alexander Medvednikov
2019-10-27 10:13:40 +03:00
parent 59378dce46
commit efdadc3758
2 changed files with 26 additions and 20 deletions

View File

@@ -27,18 +27,18 @@ import gl
// #flag darwin -framework Cocoa
// #flag darwin -framework CoreVideo
// #flag darwin -framework IOKit
const (
pub const (
RESIZABLE = 1
DECORATED = 2
)
const (
pub const (
KEY_ESCAPE = 256
key_space = 32
KEY_LEFT_SUPER = 343
)
const (
pub const (
KeyUp = 265
KeyLeft = 263
KeyRight = 262