index
:
asuratva/plus
master
Advanced game client for tmwAthena and Evol2 servers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
input
/
joystick.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-15
Heuristic to detect controller triggers
ewewukek
1
-0
/
+1
2024-05-15
Refactor joystick input code
ewewukek
1
-0
/
+6
2024-05-15
Make sticks/triggers behave like regular buttons
ewewukek
1
-2
/
+13
2024-05-15
Extend gui support to joystick hat (d-pad)
ewewukek
1
-0
/
+2
2024-05-15
Gui support for joystick buttons
ewewukek
1
-0
/
+2
2024-05-15
Add a checkbox for d-pad to switch between movement and button behavior
ewewukek
1
-0
/
+4
2024-05-15
Make D-Pad behave like regular buttons
ewewukek
1
-1
/
+14
2024-05-14
Switch joystick axis tolerance type to float
ewewukek
1
-2
/
+11
2024-05-14
Remove joystick calibration logic
ewewukek
1
-11
/
+0
2024-05-14
Add a slider to joystick settings to set axis tolerance
ewewukek
1
-0
/
+3
2024-05-14
Use single tolerance value for all 4 joystick movement directions
ewewukek
1
-4
/
+1
2024-02-13
Hotplug support for joysticks
ewewukek
1
-2
/
+6
2024-02-09
Update copyright headers up to 2023
Jesusalva Jesusalva
1
-1
/
+2
2019-01-01
Update copyright year.
Andrei Karas
1
-1
/
+1
2018-01-04
Update copyrights year.
Andrei Karas
1
-1
/
+1
2017-07-14
Replace std::vector into macro STD_VECTOR.
Andrei Karas
1
-1
/
+1
2017-06-20
Fix sdl warning hiding pragmas for old compilers.
Andrei Karas
1
-3
/
+3
2017-06-20
Prevent Wshadow varnings in SDL code.
Andrei Karas
1
-0
/
+3
2017-06-07
Fix clang-tidy check readability-implicit-bool-cast.
Andrei Karas
1
-4
/
+4
2017-01-03
Update copyright year.
Andrei Karas
1
-1
/
+1
2016-12-12
Another fix for old compilers.
Andrei Karas
1
-1
/
+1
2016-12-12
Add noexcept in some files.
Andrei Karas
1
-6
/
+6
2016-12-12
Add constexpr and noexcept into some methods.
Andrei Karas
1
-1
/
+1
2016-01-15
Fix code style.
Andrei Karas
1
-1
/
+1
2016-01-02
Update copyrights year.
Andrei Karas
1
-1
/
+1
2015-05-31
Convert InputAction enum into strong typed enum.
Andrei Karas
1
-1
/
+1
2015-03-17
Remove useless includes from .h files.
Andrei Karas
1
-3
/
+0
2015-01-01
Update copyrights year.
Andrei Karas
1
-1
/
+1
2014-02-16
Move inputevent into events directory.
Andrei Karas
1
-1
/
+1
2014-01-01
update copyright year in all sources.
Andrei Karas
1
-1
/
+1
2013-09-12
remove unused includes from input files.
Andrei Karas
1
-1
/
+1
2013-08-31
move input related files into input dir.
Andrei Karas
1
-0
/
+175