File tree Expand file tree Collapse file tree 6 files changed +3
-206
lines changed Expand file tree Collapse file tree 6 files changed +3
-206
lines changed Original file line number Diff line number Diff line change 276276 <ClInclude Include =" xr_collide_form.h" />
277277 <ClInclude Include =" xr_efflensflare.h" />
278278 <ClInclude Include =" xr_input.h" />
279- <ClInclude Include =" xr_input_xinput.h" />
280279 <ClInclude Include =" XR_IOConsole.h" />
281280 <ClInclude Include =" xr_ioc_cmd.h" />
282281 <ClInclude Include =" xr_object.h" />
383382 <ClCompile Include =" xrTheora_Surface.cpp" />
384383 <ClCompile Include =" xr_collide_form.cpp" />
385384 <ClCompile Include =" xr_efflensflare.cpp" />
386- <ClCompile Include =" Xr_input.cpp" />
387- <ClCompile Include =" xr_input_xinput.cpp" />
385+ <ClCompile Include =" xr_input.cpp" />
388386 <ClCompile Include =" XR_IOConsole.cpp" />
389387 <ClCompile Include =" XR_IOConsole_callback.cpp" />
390388 <ClCompile Include =" XR_IOConsole_control.cpp" />
Original file line number Diff line number Diff line change 258258 <ClInclude Include =" xr_input.h" >
259259 <Filter >Interfaces\Input</Filter >
260260 </ClInclude >
261- <ClInclude Include =" xr_input_xinput.h" >
262- <Filter >Interfaces\Input</Filter >
263- </ClInclude >
264261 <ClInclude Include =" ISheduled.h" >
265262 <Filter >Interfaces\Sheduler</Filter >
266263 </ClInclude >
590587 <ClCompile Include =" IInputReceiver.cpp" >
591588 <Filter >Interfaces\Input</Filter >
592589 </ClCompile >
593- <ClCompile Include =" Xr_input.cpp" >
594- <Filter >Interfaces\Input</Filter >
595- </ClCompile >
596- <ClCompile Include =" xr_input_xinput.cpp" >
590+ <ClCompile Include =" xr_input.cpp" >
597591 <Filter >Interfaces\Input</Filter >
598592 </ClCompile >
599593 <ClCompile Include =" ISheduled.cpp" >
Original file line number Diff line number Diff line change 88#include " PerformanceAlert.hpp"
99#include " xrCore/Text/StringConversion.hpp"
1010
11- #ifndef _EDITOR
12- #include " xr_input_xinput.h"
13- #endif
1411CInput* pInput = NULL ;
1512IInputReceiver dummyController;
1613
Original file line number Diff line number Diff line change 1- #ifndef __XR_INPUT__
2- #define __XR_INPUT__
1+ #pragma once
32
43// SDL_NUM_SCANCODES - max vavue in SDL_SCANCODE_* enum
54#define MOUSE_1 (SDL_NUM_SCANCODES + SDL_BUTTON_LEFT)
@@ -110,5 +109,3 @@ class ENGINE_API CInput
110109};
111110
112111extern ENGINE_API CInput* pInput;
113-
114- #endif // __XR_INPUT__
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments