change all references to SDLK_xxxxx to KEY_xxxx
+ some fixes
This commit is contained in:
@@ -64,6 +64,11 @@ endif
|
||||
# Video / input API used
|
||||
API ?= sdl
|
||||
|
||||
# At the moment support for TTF requires SDL or SDL2
|
||||
ifneq (sdl,$(findstring sdl,$(API)))
|
||||
NOTTF = 1
|
||||
endif
|
||||
|
||||
### PLATFORM DETECTION AND CONFIGURATION ###
|
||||
|
||||
PLATFORMOBJ =
|
||||
|
||||
Reference in New Issue
Block a user