1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Rename remaining WinRT references to UWP

This commit is contained in:
George Marques
2016-11-02 19:22:49 -02:00
parent b113c7b7a3
commit 411faaa6f4
18 changed files with 169 additions and 169 deletions

View File

@@ -35,7 +35,7 @@
#include "os_uwp.h"
#include "GLES2/gl2.h"
namespace GodotWinRT
namespace GodotUWP
{
ref class App sealed : public Windows::ApplicationModel::Core::IFrameworkView
{
@@ -97,7 +97,7 @@ namespace GodotWinRT
EGLSurface mEglSurface;
CoreWindow^ window;
OSWinrt* os;
OSUWP* os;
int last_touch_x[32]; // 20 fingers, index 31 reserved for the mouse
int last_touch_y[32];