Classes | |
class | EditBoxEvent |
class | sealed |
Enumerations | |
enum | Cocos2dEvent { ShowKeyboard, HideKeyboard, TerminateApp } |
enum | Cocos2dKeyEvent : int { Text, Escape, Back, Enter } |
Functions | |
public delegate void | (Cocos2dEvent event, Platform::String^text) |
var | ( var event, var text) |
local | ( local event, local text) |
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) |
var | ( var strPlaceHolder, var strText, var maxLength, var inputMode, var inputFlag, var receiveHandler) |
local | ( local strPlaceHolder, local strText, local maxLength, local inputMode, local inputFlag, local receiveHandler) |
public delegate void | (Platform::String^url) |
var | ( var url) |
local | ( local url) |
public delegate void | () |
|
strong |
|
strong |
|
strong |
|
strong |
public delegate void PhoneDirect3DXamlAppComponent::Cocos2dEventDelegate |
( | Cocos2dEvent | event, |
Platform::String^ | text | ||
) |
var Cocos2dEventDelegate | ( | var | event, |
var | text | ||
) |
local Cocos2dEventDelegate | ( | local | event, |
local | text | ||
) |
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 | ||
) |
public delegate void PhoneDirect3DXamlAppComponent::Cocos2dOpenURLDelegate |
( | Platform::String^ | url | ) |
var Cocos2dOpenURLDelegate | ( | var | url | ) |
local Cocos2dOpenURLDelegate | ( | local | url | ) |
public delegate void PhoneDirect3DXamlAppComponent::RequestAdditionalFrameHandler |
( | ) |
var RequestAdditionalFrameHandler | ( | ) |
local RequestAdditionalFrameHandler | ( | ) |