File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -417,6 +417,7 @@ Developers:
417
417
Creation of CCDeprecated-ext.h
418
418
Use of a single emscripten HTML template file.
419
419
Added some guards in fileutils. Fixed a bug in emscripten file utils.
420
+ Added emscripten keyboard support
420
421
421
422
elmiro
422
423
Correction of passed buffer size to readlink and verification of result return by readlink.
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ SOURCES = ../actions/CCAction.cpp \
46
46
../effects/CCGrid.cpp \
47
47
../keypad_dispatcher/CCKeypadDelegate.cpp \
48
48
../keypad_dispatcher/CCKeypadDispatcher.cpp \
49
+ ../keyboard_dispatcher/CCKeyboardDispatcher.cpp \
49
50
../label_nodes/CCLabelAtlas.cpp \
50
51
../label_nodes/CCLabelBMFont.cpp \
51
52
../label_nodes/CCLabelTTF.cpp \
Original file line number Diff line number Diff line change 1
1
all :
2
2
3
- DEFINES += -DEMSCRIPTEN
3
+ DEFINES += -DEMSCRIPTEN -DCC_KEYBOARD_SUPPORT
4
4
5
5
THIS_MAKEFILE := $(CURDIR ) /$(word $(words $(MAKEFILE_LIST ) ) ,$(MAKEFILE_LIST ) )
6
6
ifndef COCOS_ROOT
You can’t perform that action at this time.
0 commit comments