ES-DE/es-core/src
Conn O'Griofa 03341f236d Implement filterTrigger for PS3 controllers
The hid-sony driver has both analog and digital buttons for the triggers,
and the analog values range from -32767 to 32767, which can cause two unwanted
input events (digital button and negative axis) per press.

Implement a function to filter out unwanted input events during configuration,
but isolate detection to known PS3 controllers with 6 axes so that older versions
of hid-sony and the sixad driver (which use 25+ axes) are not impacted negatively.
2019-04-06 11:19:12 +01:00
..
animations Cleaning up a lot of math functions 2017-11-14 20:09:20 +01:00
components Silence warnings 2019-03-09 00:23:13 +01:00
guis Implement filterTrigger for PS3 controllers 2019-04-06 11:19:12 +01:00
math Suggest vector access methods to be inlined 2018-02-15 15:05:47 +01:00
resources Adjust mutex for SVG initialization and resizing 2018-06-12 22:30:42 +01:00
utils Fix FilesystemUtil::isEquivalent by eliminating it entirely 2019-03-13 21:18:58 +01:00
AsyncHandle.h Header inclusion cleanup 2017-11-02 19:16:01 +01:00
AudioManager.cpp Silence warnings 2017-11-18 23:20:09 +01:00
AudioManager.h Header inclusion cleanup 2017-11-02 19:16:01 +01:00
CECInput.cpp Minor misc fixes and warning silencers 2018-01-11 18:12:23 +01:00
CECInput.h Log everything CEC does 2017-11-29 21:00:36 +01:00
GuiComponent.cpp The final traces of boost has been eliminated 2018-01-30 19:21:09 +01:00
GuiComponent.h Add cropping and minSize to ImageComponent 2018-04-13 02:57:43 +02:00
HelpPrompt.h Header inclusion cleanup 2017-11-02 19:16:01 +01:00
HelpStyle.cpp Add "origin" theming element for help prompt 2018-04-15 21:01:54 +02:00
HelpStyle.h Add "origin" theming element for help prompt 2018-04-15 21:01:54 +02:00
HttpReq.cpp set curl to follow redirects to fix scraper error 2018-06-05 19:00:42 -07:00
HttpReq.h The final traces of boost has been eliminated 2018-01-30 19:21:09 +01:00
ImageIO.cpp Silence warnings 2017-11-18 23:20:09 +01:00
ImageIO.h Header inclusion cleanup 2017-11-02 19:16:01 +01:00
InputConfig.cpp Work with dpad and analogs 2018-11-15 14:38:20 -02:00
InputConfig.h Work with dpad and analogs 2018-11-15 14:38:20 -02:00
InputManager.cpp Implement filterTrigger for PS3 controllers 2019-04-06 11:19:12 +01:00
InputManager.h Implement filterTrigger for PS3 controllers 2019-04-06 11:19:12 +01:00
Log.cpp Remove the last traces of boost::filesystem::operational, this is PR 4 of 5 in the boost::filesystem removal quest 2018-01-27 22:52:14 +01:00
Log.h Header inclusion cleanup 2017-11-02 19:16:01 +01:00
MameNames.cpp Skip mame bios/devices 2018-11-04 15:26:03 -02:00
MameNames.h Skip mame bios/devices 2018-11-04 15:26:03 -02:00
platform.cpp Remove the last traces of boost::filesystem::operational, this is PR 4 of 5 in the boost::filesystem removal quest 2018-01-27 22:52:14 +01:00
platform.h Remove the last traces of boost::filesystem::operational, this is PR 4 of 5 in the boost::filesystem removal quest 2018-01-27 22:52:14 +01:00
PowerSaver.cpp Header inclusion cleanup 2017-11-02 19:16:01 +01:00
PowerSaver.h Add pragma once and ifndef header guards to all headers 2017-10-31 18:12:50 +01:00
Renderer.h Add support for --screenrotate 2018-01-18 18:30:00 +01:00
Renderer_draw_gl.cpp Fix --screenrotate to work with --screensize and --screenoffset 2018-01-19 00:50:15 +01:00
Renderer_init_sdlgl.cpp Add support for fullscreen borderless window 2019-03-09 00:39:43 +01:00
Settings.cpp Add support for fullscreen borderless window 2019-03-09 00:39:43 +01:00
Settings.h Header inclusion cleanup 2017-11-02 19:16:01 +01:00
Sound.cpp iterator -> const_iterator 2017-11-12 00:05:19 +01:00
Sound.h Header inclusion cleanup 2017-11-02 19:16:01 +01:00
ThemeData.cpp Merge pull request #494 from jrassa/variables-in-imports 2018-10-26 03:57:31 +01:00
ThemeData.h The final traces of boost has been eliminated 2018-01-30 19:21:09 +01:00
Window.cpp Change handling of screensaver to FileData only and respect UI Mode 2019-02-26 09:36:36 +00:00
Window.h Change handling of screensaver to FileData only and respect UI Mode 2019-02-26 09:36:36 +00:00