33 ref class WinRTApp
sealed :
public Windows::ApplicationModel::Core::IFrameworkView
39 virtual void Initialize(Windows::ApplicationModel::Core::CoreApplicationView^ applicationView);
40 virtual void SetWindow(Windows::UI::Core::CoreWindow^
window);
41 virtual void Load(Platform::String^ entryPoint);
43 virtual void Uninitialize();
45 void EnableMultiTouch(BOOL bEnable);
49 void OnWindowSizeChanged(Windows::UI::Core::CoreWindow^ sender, Windows::UI::Core::WindowSizeChangedEventArgs^ args);
50 void OnLogicalDpiChanged(Platform::Object^ sender);
51 void OnActivated(Windows::ApplicationModel::Core::CoreApplicationView^ applicationView, Windows::ApplicationModel::Activation::IActivatedEventArgs^ args);
52 void OnSuspending(Platform::Object^ sender, Windows::ApplicationModel::SuspendingEventArgs^ args);
53 void OnResuming(Platform::Object^ sender, Platform::Object^ args);
54 void OnWindowClosed(Windows::UI::Core::CoreWindow^ sender, Windows::UI::Core::CoreWindowEventArgs^ args);
55 void OnVisibilityChanged(Windows::UI::Core::CoreWindow^ sender, Windows::UI::Core::VisibilityChangedEventArgs^ args);
56 void OnPointerPressed(Windows::UI::Core::CoreWindow^ sender, Windows::UI::Core::PointerEventArgs^ args);
57 void OnPointerReleased(Windows::UI::Core::CoreWindow^ sender, Windows::UI::Core::PointerEventArgs^ args);
58 void OnPointerMoved(Windows::UI::Core::CoreWindow^ sender, Windows::UI::Core::PointerEventArgs^ args);
59 void OnKeyDown(Windows::UI::Core::CoreWindow^ sender, Windows::UI::Core::KeyEventArgs^ args);
60 void OnKeyUp(Windows::UI::Core::CoreWindow^ sender, Windows::UI::Core::KeyEventArgs^ args);
61 void OnCharacterReceived(Windows::UI::Core::CoreWindow^ sender, Windows::UI::Core::CharacterReceivedEventArgs^ args);
68 ref class Direct3DApplicationSource
sealed : Windows::ApplicationModel::Core::IFrameworkViewSource
73 virtual Windows::ApplicationModel::Core::IFrameworkView^ CreateView();
Definition: AppImplWinRTBasic.h:45
Direct3DApplicationSource()
Definition: WinRTApp.h:71
Window window
Definition: GLee.h:17134