summaryrefslogtreecommitdiff
path: root/src/input/inputmanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-05-15Consume input event in QuitDialog instead of relying on a hackewewukek1-15/+7
2024-05-15Make sticks/triggers behave like regular buttonsewewukek1-1/+32
2024-05-15Extend gui support to joystick hat (d-pad)ewewukek1-2/+4
2024-05-15Gui support for joystick buttonsewewukek1-2/+10
2024-05-15Make D-Pad behave like regular buttonsewewukek1-4/+52
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2020-04-27inputmanager: fix joystick key 0 not assignable from inputactionmap (SDL_SCAN...cpasjuste1-4/+8
2020-04-22switch: enable joystick and mousecpasjuste1-0/+3
2019-09-30Add missing static keywordsAndrei Karas1-2/+0
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-09-15temporary disable input action types based on key releases.Andrei Karas1-6/+16
2017-09-11Fix ignoring "ignore" keys in SDL 2 builds.Andrei Karas1-0/+6
2017-09-10Allow trigger input action on key press or/and release.Andrei Karas1-5/+10
2017-09-09Add workaround for fix alt-tab issue in SDL2.Andrei Karas1-0/+16
2017-08-30Move some variables to better scope.Andrei Karas1-1/+3
2017-08-22Remove some parentheses.Andrei Karas1-2/+2
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-3/+3
2017-06-30Remove extra includes again.Andrei Karas1-0/+1
2017-06-29Use std::move in some places.Andrei Karas1-1/+2
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-35/+35
2017-05-09Add chat command for send any gui key.Andrei Karas1-0/+12
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-10Fix some issues found by automatic checks.Andrei Karas1-2/+0
2016-09-23Add missing comments into defines.Andrei Karas1-17/+27
2016-09-21Fix reading all assigned keys for actions.Andrei Karas1-0/+2
2016-08-16Trigger asserts if unknown commands executed in popup menu or in chat.Andrei Karas1-0/+7
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-2/+0
2016-06-10Fix typo handleActicateKey -> handleActivateKeyAndrei Karas1-1/+1
2016-03-05Move keyStr from inputfunction into separate array in inputmanager.Andrei Karas1-13/+14
2016-03-04Improve performance in getting printable key for actions.Andrei Karas1-7/+21
2016-02-18Replace unknown scan codes in SDL2 to unknown constant.Andrei Karas1-0/+4
2016-02-18Remove extra checks.Andrei Karas1-29/+1
2016-02-18Add some more debugging in input keys handling.Andrei Karas1-1/+12
2016-02-18Add some extra checks and logging while sorting keys.Andrei Karas1-1/+20
2016-02-08Add missing variables into constructors initialisation list.Andrei Karas1-1/+2
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-28/+28
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-29Move multitouchmanager into touch directory.Andrei Karas1-1/+1
2015-12-29Move touchmanager into touch directory.Andrei Karas1-1/+2
2015-12-27Add restrict keyword in inputmanager.Andrei Karas1-79/+89
2015-12-22Improve a bit inputmanager.Andrei Karas1-3/+5
2015-11-20Fix code style.Andrei Karas1-0/+2
2015-11-17Fix compilation without C++11 again.Andrei Karas1-1/+1
2015-11-17Convert enum InputType into strong typed.Andrei Karas1-7/+8
2015-10-31Add NOBLOCK input actions condition. This mean if player not blocked by speci...Andrei Karas1-4/+15
2015-10-16Add protection attribute to input actions. Unsafe actions blocked from remote...Andrei Karas1-0/+21
2015-08-03Add gui mode for dyecmd. Now only basic code added.Andrei Karas1-20/+35
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas1-56/+70