summaryrefslogtreecommitdiff
path: root/src/gui/sdlinput.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-05-15Make sticks/triggers behave like regular buttonsewewukek1-0/+1
2024-05-15Extend gui support to joystick hat (d-pad)ewewukek1-0/+1
2024-05-15Gui support for joystick buttonsewewukek1-0/+14
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2020-05-07Fix code style after merged switch port codeAndrei Karas1-2/+2
2020-04-29switch: fix software keyboard validation event, fix pathscpasjuste1-2/+2
2020-04-27switch: send gui escape/cancel event on keyboard dismisscpasjuste1-0/+18
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-05Fix code style.Andrei Karas1-1/+2
2018-10-29Fix code style.s20181102Andrei Karas1-2/+2
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-07-28Fix key press emulation with SDL2.Andrei Karas1-4/+5
2017-07-27In mouse click emulation, before click send mouse move events.Andrei Karas1-0/+4
2017-07-25Update mouse cursor each 10 seconds if was no mouse move events.Andrei Karas1-0/+9
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas1-3/+3
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas1-0/+3
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-3/+7
2017-05-26Fix code style.Andrei Karas1-1/+1
2017-05-24Fix chat command with SDL2 for send string to input.Andrei Karas1-0/+12
2017-05-09Add chat command for send any gui key.Andrei Karas1-0/+11
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-29Add constexpr into sdlinput.Andrei Karas1-222/+0
2016-09-23Add missing comments into defines.Andrei Karas1-21/+32
2016-06-15Fix other include issues.Andrei Karas1-4/+0
2016-05-31Fix different include issues.Andrei Karas1-1/+0
2016-04-05Remove quotes from pragmas.Andrei Karas1-6/+6
2016-02-23Fix compilation with gcc 4.4 or older.Andrei Karas1-6/+6
2016-02-23Add pragmas for disable -Wswitch-bool in some places.Andrei Karas1-0/+6
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-31Move keyvalue into enums directory.Andrei Karas1-57/+59
2015-09-10Add mouse move simulation. After char id to name mapping received, simulate m...Andrei Karas1-0/+21
2015-05-31Fix compilation error without C++11 flag.Andrei Karas1-1/+1
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas1-2/+2
2015-05-30Convert MouseButton enum into strong typed enum.Andrei Karas1-2/+2
2015-05-17Fix code style.Andrei Karas1-1/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-06-22Add profiler lines into some functions.Andrei Karas1-0/+2
2014-05-31Fix sign on some vars.Andrei Karas1-1/+1
2014-05-31Move keyeventtype into separate file.Andrei Karas1-3/+3
2014-05-24Fix localconsts.h and debug.h includes.Andrei Karas1-0/+2
2014-05-22Dont report in log about mouse wheel usage (int SDL 1.2 builds)Andrei Karas1-0/+5
2014-05-18Fix wheel usage in SDL2 build.Andrei Karas1-1/+1
2014-05-18Use mouseeventtype in mouseinput.Andrei Karas1-10/+10
2014-05-18Move mousebutton into separate file.Andrei Karas1-13/+15
2014-05-08Fix code style in gui.Andrei Karas1-1/+1
2014-04-30Fix code style in gui.Andrei Karas1-1/+1
2014-03-20Improve sdlinput.Andrei Karas1-17/+2
2014-03-07Remove unused events flags.Andrei Karas1-12/+0
2014-03-03Remove 2 from methods name in sdlinput.Andrei Karas1-14/+1