cocos2d-x 3.0
- 首页 - 相关页面 - 模块 - 命名空间 - - 文件 -
类 - 图1 类 - 图2)
- 命名空间列表 - 命名空间成员

全部)) 命名空间) 文件) 函数) 变量) 类型定义) 枚举) 枚举值) 属性) 友元) 宏定义)))

| 枚举 | 函数

PhoneDirect3DXamlAppComponent 命名空间参考

##
class EditBoxEvent
class sealed
## 枚举
enum Cocos2dEvent { ShowKeyboard, HideKeyboard, TerminateApp }
enum Cocos2dKeyEvent : int { Text, Escape, Back, Enter }
## 函数
public delegate void Cocos2dEventDelegate (Cocos2dEvent event)
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 RequestAdditionalFrameHandler ()

枚举类型说明

enum Cocos2dEvent

strong

枚举值
ShowKeyboard
HideKeyboard
TerminateApp

enum Cocos2dKeyEvent : int

strong

枚举值
Text
Escape
Back
Enter

函数说明

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::Cocos2dEventDelegate ( Cocos2dEvent event)

public delegate void PhoneDirect3DXamlAppComponent::Cocos2dMessageBoxDelegate ( Platform::String^ title,
Platform::String^ text
)

public delegate void PhoneDirect3DXamlAppComponent::RequestAdditionalFrameHandler ( )