Classes | |
| class | sealed |
| class | InputEvent |
| class | PointerEvent |
| class | KeyboardEvent |
| class | BackButtonEvent |
| class | EditBoxEvent |
Enumerations | |
| enum | PointerEventType { PointerPressed, PointerMoved, PointerReleased } |
| enum | Cocos2dEvent { ShowKeyboard, HideKeyboard, TerminateApp } |
| enum | Cocos2dKeyEvent : int { Text, Escape, Back, Enter } |
Functions | |
| public delegate void | (Cocos2dEvent event) |
| local | ( local event) |
| public delegate void | (Platform::String^title, Platform::String^text) |
| local | ( local title, local text) |
| public delegate void | (Platform::String^strPlaceHolder, Platform::String^strText, int maxLength, int inputMode, int inputFlag, Windows::Foundation::EventHandler< Platform::String^>^receiveHandler) |
| local | ( local strPlaceHolder, local strText, local maxLength, local inputMode, local inputFlag, local receiveHandler) |
|
strong |
|
strong |
|
strong |
|
strong |
| enum PointerEventType |
| var PointerEventType |
| local PointerEventType |
| public delegate void PhoneDirect3DXamlAppComponent::Cocos2dEventDelegate |
( | Cocos2dEvent | event) |
| var Cocos2dEventDelegate | ( | var | event) |
| local Cocos2dEventDelegate | ( | local | event) |
| public delegate void PhoneDirect3DXamlAppComponent::Cocos2dMessageBoxDelegate |
( | Platform::String^ | title, |
| Platform::String^ | text | ||
| ) |
| var Cocos2dMessageBoxDelegate | ( | var | title, |
| var | text | ||
| ) |
| local Cocos2dMessageBoxDelegate | ( | local | title, |
| local | text | ||
| ) |
| public delegate void PhoneDirect3DXamlAppComponent::Cocos2dEditBoxDelegate |
( | Platform::String^ | strPlaceHolder, |
| Platform::String^ | strText, | ||
| int | maxLength, | ||
| int | inputMode, | ||
| int | inputFlag, | ||
| Windows::Foundation::EventHandler< Platform::String^>^ | receiveHandler | ||
| ) |
| var Cocos2dEditBoxDelegate | ( | var | strPlaceHolder, |
| var | strText, | ||
| var | maxLength, | ||
| var | inputMode, | ||
| var | inputFlag, | ||
| var | receiveHandler | ||
| ) |
| local Cocos2dEditBoxDelegate | ( | local | strPlaceHolder, |
| local | strText, | ||
| local | maxLength, | ||
| local | inputMode, | ||
| local | inputFlag, | ||
| local | receiveHandler | ||
| ) |