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

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)

Enumeration Type Documentation

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

Function Documentation

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 
)