Merge pull request #3224 from azmeuk/emscripten

emscripten keyboard support
This commit is contained in:
James Chen 2013-07-29 22:50:27 -07:00
Родитель eb07bba4f7 54423af31d
Коммит 3633ebfe0c
3 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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