mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
InputCommon: Simplified StickGate interface and moved class into its own file. Changed default input radius to perform no resizing. Tweaked the indicator colors a bit to improve visibility. Cleaned up some math and code.
This commit is contained in:
parent
ceb28a2302
commit
da9bcf83ef
8 changed files with 125 additions and 100 deletions
|
@ -37,6 +37,7 @@
|
|||
<PropertyGroup Label="UserMacros" />
|
||||
<ItemGroup>
|
||||
<ClCompile Include="ControllerEmu\ControllerEmu.cpp" />
|
||||
<ClCompile Include="ControllerEmu\StickGate.cpp" />
|
||||
<ClCompile Include="ControllerEmu\Control\Control.cpp" />
|
||||
<ClCompile Include="ControllerEmu\Control\Input.cpp" />
|
||||
<ClCompile Include="ControllerEmu\Control\Output.cpp" />
|
||||
|
@ -75,6 +76,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="ControllerEmu\ControllerEmu.h" />
|
||||
<ClInclude Include="ControllerEmu\StickGate.h" />
|
||||
<ClInclude Include="ControllerEmu\Control\Control.h" />
|
||||
<ClInclude Include="ControllerEmu\Control\Input.h" />
|
||||
<ClInclude Include="ControllerEmu\Control\Output.h" />
|
||||
|
@ -119,4 +121,4 @@
|
|||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue