We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0581aad commit 1a12b39Copy full SHA for 1a12b39
vgui2/src/vgui_key_translation.cpp
@@ -7,12 +7,12 @@
7
#if defined( WIN32 ) && !defined( _X360 )
8
#include <wtypes.h>
9
#include <winuser.h>
10
-#include "xbox/xboxstubs.h"
+#include "common/xbox/xboxstubs.h"
11
#endif
12
#include "tier0/dbg.h"
13
#include "vgui_key_translation.h"
14
#if defined( _X360 )
15
-#include "xbox/xbox_win32stubs.h"
+#include "common/xbox/xbox_win32stubs.h"
16
17
#ifdef POSIX
18
#define VK_RETURN -1
0 commit comments