mirror of https://github.com/axmolengine/axmol.git
added updated template files
This commit is contained in:
parent
209f67f222
commit
1f9d260207
|
@ -188,10 +188,10 @@ void Direct3DInterop::SetCocos2dOpenURLDelegate(Cocos2dOpenURLDelegate ^ delegat
|
||||||
|
|
||||||
bool Direct3DInterop::SendCocos2dEvent(Cocos2dEvent event)
|
bool Direct3DInterop::SendCocos2dEvent(Cocos2dEvent event)
|
||||||
{
|
{
|
||||||
std::string str;
|
Platform::String^ str;
|
||||||
if(m_delegate)
|
if(m_delegate)
|
||||||
{
|
{
|
||||||
m_delegate->Invoke(event, stringToPlatformString(str));
|
m_delegate->Invoke(event, str);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue