cocos2d-x  3.2
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
PhoneDirect3DXamlAppComponent Namespace Reference

Classes

class  EditBoxEvent
 
class  sealed
 

Enumerations

enum  Cocos2dEvent { ShowKeyboard, HideKeyboard, TerminateApp }
 
enum  Cocos2dKeyEvent : int { Text, Escape, Back, Enter }
 

Functions

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)
public delegate void  ()

Enumeration Type Documentation

enum Cocos2dEvent
strong
Enumerator
ShowKeyboard 
HideKeyboard 
TerminateApp 
enum Cocos2dKeyEvent : int
strong
Enumerator
Text 
Escape 
Back 
Enter 

Function Documentation

public delegate void
PhoneDirect3DXamlAppComponent::Cocos2dEventDelegate
( Cocos2dEvent  event)
public delegate void
PhoneDirect3DXamlAppComponent::Cocos2dMessageBoxDelegate
( Platform::String^  title,
Platform::String^  text 
)
public delegate void
PhoneDirect3DXamlAppComponent::Cocos2dEditBoxDelegate
( Platform::String^  strPlaceHolder,
Platform::String^  strText,
int  maxLength,
int  inputMode,
int  inputFlag,
Windows::Foundation::EventHandler< Platform::String^>^  receiveHandler 
)
public delegate void
PhoneDirect3DXamlAppComponent::RequestAdditionalFrameHandler
( )