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

sokol: fix examples and remove copy pasta

This commit is contained in:
Alexander Medvednikov
2020-08-23 07:47:50 +02:00
parent 94c3a912ba
commit 542b149290
7 changed files with 42 additions and 55 deletions

View File

@@ -17,3 +17,4 @@ pub enum Key {
space = C.SAPP_KEYCODE_SPACE
}
*/