summaryrefslogtreecommitdiff
path: root/platform/uwp/joystick_uwp.h
diff options
context:
space:
mode:
authorGeorge Marques <george@gmarqu.es>2016-11-02 19:22:49 -0200
committerGeorge Marques <george@gmarqu.es>2016-11-03 14:51:08 -0200
commit411faaa6f478f837aa40893eaadf67e2b5d57cec (patch)
treed75d928bb9d244edd7b33f04c8ad31e840802bfe /platform/uwp/joystick_uwp.h
parentb113c7b7a3e63581ae268b0ae7f827d55e381b82 (diff)
Rename remaining WinRT references to UWP
Diffstat (limited to 'platform/uwp/joystick_uwp.h')
-rw-r--r--platform/uwp/joystick_uwp.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/platform/uwp/joystick_uwp.h b/platform/uwp/joystick_uwp.h
index 0ae8b35b02..47ec738a18 100644
--- a/platform/uwp/joystick_uwp.h
+++ b/platform/uwp/joystick_uwp.h
@@ -26,20 +26,20 @@
/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
-#ifndef JOYSTICK_WINRT_H
-#define JOYSTICK_WINRT_H
+#ifndef JOYSTICK_UWP_H
+#define JOYSTICK_UWP_H
#include "main/input_default.h"
-ref class JoystickWinrt sealed {
+ref class JoystickUWP sealed {
internal:
void register_events();
uint32_t process_controllers(uint32_t p_last_id);
- JoystickWinrt();
- JoystickWinrt(InputDefault* p_input);
+ JoystickUWP();
+ JoystickUWP(InputDefault* p_input);
private: