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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user