|
cocos2d-x
3.3
|
#include <Cocos2dRenderer.h>
Public Member Functions | |
| Cocos2dRenderer (Windows::Graphics::Display::DisplayOrientations orientation) | |
| virtual void | OnOrientationChanged (Windows::Graphics::Display::DisplayOrientations orientation) override |
| virtual bool | OnRender () override |
| virtual void | CreateGLResources () override |
| void | OnBackButton () |
| void | OnKeyPressed (Platform::String^text) |
| void | OnCocos2dKeyEvent (cocos2d::Cocos2dKeyEvent event) |
| void | SetXamlEventDelegate (cocos2d::Cocos2dEventDelegate^delegate) |
| void | SetXamlMessageBoxDelegate (cocos2d::Cocos2dMessageBoxDelegate^delegate) |
| void | SetXamlEditBoxDelegate (cocos2d::Cocos2dEditBoxDelegate^delegate) |
| void | SetXamlOpenURLDelegate (cocos2d::Cocos2dOpenURLDelegate^delegate) |
| Windows::Foundation::IAsyncAction | OnSuspending () |
| void | Connect () |
| void | Disconnect () |
Protected Member Functions | |
| virtual void | OnUpdateDevice () override |
| Cocos2dRenderer | ( | Windows::Graphics::Display::DisplayOrientations | orientation | ) |
| void Connect | ( | ) |
|
overridevirtual |
| void Disconnect | ( | ) |
| void OnBackButton | ( | ) |
| void OnCocos2dKeyEvent | ( | cocos2d::Cocos2dKeyEvent | event | ) |
| void OnKeyPressed | ( | Platform::String^ | text | ) |
|
overridevirtual |
|
overridevirtual |
| Windows::Foundation::IAsyncAction OnSuspending | ( | ) |
|
overrideprotectedvirtual |
| void SetXamlEditBoxDelegate | ( | cocos2d::Cocos2dEditBoxDelegate^ | delegate | ) |
| void SetXamlEventDelegate | ( | cocos2d::Cocos2dEventDelegate^ | delegate | ) |
| void SetXamlMessageBoxDelegate | ( | cocos2d::Cocos2dMessageBoxDelegate^ | delegate | ) |
| void SetXamlOpenURLDelegate | ( | cocos2d::Cocos2dOpenURLDelegate^ | delegate | ) |