summaryrefslogtreecommitdiffstats
path: root/platform/uwp/joystick_uwp.h
diff options
context:
space:
mode:
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: