зеркало из https://github.com/microsoft/cocos2d-x.git
Merge pull request #3224 from azmeuk/emscripten
emscripten keyboard support
This commit is contained in:
Коммит
3633ebfe0c
1
AUTHORS
1
AUTHORS
|
@ -417,6 +417,7 @@ Developers:
|
|||
Creation of CCDeprecated-ext.h
|
||||
Use of a single emscripten HTML template file.
|
||||
Added some guards in fileutils. Fixed a bug in emscripten file utils.
|
||||
Added emscripten keyboard support
|
||||
|
||||
elmiro
|
||||
Correction of passed buffer size to readlink and verification of result return by readlink.
|
||||
|
|
|
@ -46,6 +46,7 @@ SOURCES = ../actions/CCAction.cpp \
|
|||
../effects/CCGrid.cpp \
|
||||
../keypad_dispatcher/CCKeypadDelegate.cpp \
|
||||
../keypad_dispatcher/CCKeypadDispatcher.cpp \
|
||||
../keyboard_dispatcher/CCKeyboardDispatcher.cpp \
|
||||
../label_nodes/CCLabelAtlas.cpp \
|
||||
../label_nodes/CCLabelBMFont.cpp \
|
||||
../label_nodes/CCLabelTTF.cpp \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
all:
|
||||
|
||||
DEFINES += -DEMSCRIPTEN
|
||||
DEFINES += -DEMSCRIPTEN -DCC_KEYBOARD_SUPPORT
|
||||
|
||||
THIS_MAKEFILE := $(CURDIR)/$(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))
|
||||
ifndef COCOS_ROOT
|
||||
|
|
Загрузка…
Ссылка в новой задаче