#include <Direct3DInterop.h>
|
| void | OnPointerPressed (Windows::Phone::Input::Interop::DrawingSurfaceManipulationHost^sender, Windows::UI::Core::PointerEventArgs^args) |
| |
| void | OnPointerMoved (Windows::Phone::Input::Interop::DrawingSurfaceManipulationHost^sender, Windows::UI::Core::PointerEventArgs^args) |
| |
| void | OnPointerReleased (Windows::Phone::Input::Interop::DrawingSurfaceManipulationHost^sender, Windows::UI::Core::PointerEventArgs^args) |
| |
| void | Disconnect () |
| |
| HRESULT | PrepareResources (_In_ const LARGE_INTEGER *presentTargetTime, _Inout_ DrawingSurfaceSizeF *desiredRenderTargetSize) |
| |
| HRESULT | Draw (_In_ ID3D11Device1 *device, _In_ ID3D11DeviceContext1 *context, _In_ ID3D11RenderTargetView *renderTargetView) |
| |
| bool | SendCocos2dEvent (Cocos2dEvent event) |
| |
| Windows::Phone::Graphics::Interop::IDrawingSurfaceBackgroundContentProvider CreateContentProvider |
( |
| ) |
|
| Direct3DInterop |
( |
Windows::Graphics::Display::DisplayOrientations |
orientation | ) |
|
| HRESULT Draw |
( |
_In_ ID3D11Device1 * |
device, |
|
|
_In_ ID3D11DeviceContext1 * |
context, |
|
|
_In_ ID3D11RenderTargetView * |
renderTargetView |
|
) |
| |
|
protected |
| void HideKeyboard |
( |
Platform::String^ |
text | ) |
|
| void Initialize |
( |
Windows::UI::Core::CoreWindow^ |
window, |
|
|
Windows::UI::Xaml::Controls::SwapChainBackgroundPanel^ |
panel |
|
) |
| |
| void OnCocos2dEditboxEvent |
( |
Platform::Object^ |
sender, |
|
|
Platform::String^ |
args, |
|
|
Windows::Foundation::EventHandler< Platform::String^>^ |
handler |
|
) |
| |
| void OnCocos2dOpenURL |
( |
Platform::String^ |
url | ) |
|
| void OnOrientationChanged |
( |
Windows::Graphics::Display::DisplayOrientations |
orientation | ) |
|
| void OnPointerMoved |
( |
Windows::Phone::Input::Interop::DrawingSurfaceManipulationHost^ |
sender, |
|
|
Windows::UI::Core::PointerEventArgs^ |
args |
|
) |
| |
|
protected |
| void OnPointerPressed |
( |
Windows::Phone::Input::Interop::DrawingSurfaceManipulationHost^ |
sender, |
|
|
Windows::UI::Core::PointerEventArgs^ |
args |
|
) |
| |
|
protected |
| void OnPointerReleased |
( |
Windows::Phone::Input::Interop::DrawingSurfaceManipulationHost^ |
sender, |
|
|
Windows::UI::Core::PointerEventArgs^ |
args |
|
) |
| |
|
protected |
| Windows::Foundation::IAsyncAction OnSuspending |
( |
| ) |
|
| HRESULT PrepareResources |
( |
_In_ const LARGE_INTEGER * |
presentTargetTime, |
|
|
_Inout_ DrawingSurfaceSizeF * |
desiredRenderTargetSize |
|
) |
| |
|
protected |
| void setIMEKeyboardState |
( |
bool |
bOpen | ) |
|
| virtual void SetManipulationHost |
( |
Windows::Phone::Input::Interop::DrawingSurfaceManipulationHost^ |
manipulationHost | ) |
|
|
virtual |
| void ShowKeyboard |
( |
Platform::String^ |
text | ) |
|
| void UpdateForWindowSizeChange |
( |
float |
width, |
|
|
float |
height |
|
) |
| |
| WinRTWindow |
( |
Windows::UI::Core::CoreWindow^ |
window | ) |
|
| internal Windows::UI::Xaml::Controls::Panel panel |
| property Windows::Foundation::Size WindowBounds |
| property Windows::Graphics::Display::DisplayOrientations WindowOrientation |
The documentation for this class was generated from the following files:
- /Users/huihoo/Software/huihoo-code/cocos2d-x/cocos2d-x-3.3/cocos/platform/win8.1-universal/OpenGLESPage.xaml.h
- /Users/huihoo/Software/huihoo-code/cocos2d-x/cocos2d-x-3.3/cocos/platform/winrt/CCGLViewImpl.h
- /Users/huihoo/Software/huihoo-code/cocos2d-x/cocos2d-x-3.3/cocos/platform/winrt/Keyboard-winrt.h
- /Users/huihoo/Software/huihoo-code/cocos2d-x/cocos2d-x-3.3/cocos/platform/wp8-xaml/cpp/Direct3DInterop.h