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