|
cocos2d-x
3.3
|
Classes | |
| class | InputEvent |
| class | AccelerometerEvent |
| class | PointerEvent |
| class | KeyboardEvent |
| class | BackButtonEvent |
| class | CustomInputEvent |
| class | UIEditBoxEvent |
Namespaces | |
| cocos2d | |
| Add deprecated global functions and variables here. | |
Enumerations | |
| enum | PointerEventType { PointerPressed, PointerMoved, PointerReleased } |
Functions | |
| public delegate void | Cocos2dEventDelegate (Cocos2dEvent event, Platform::String^text) |
| public delegate void | Cocos2dMessageBoxDelegate (Platform::String^title, Platform::String^text) |
| public delegate void | Cocos2dEditBoxDelegate (Platform::String^strPlaceHolder, Platform::String^strText, int maxLength, int inputMode, int inputFlag, Windows::Foundation::EventHandler< Platform::String^>^receiveHandler) |
| public delegate void | Cocos2dOpenURLDelegate (Platform::String^url) |