mirror of https://github.com/axmolengine/axmol.git
7 lines
115 B
Plaintext
7 lines
115 B
Plaintext
|
|
||
|
typedef enum {
|
||
|
// the back key clicked msg
|
||
|
kTypeBackClicked = 1,
|
||
|
kTypeMenuClicked,
|
||
|
} ccKeypadMSGType;
|