HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Feature #831742
Add handling of SDL finger press events
0%
Description
On other platforms, SDL_FINGERDOWN takes the place of mouse button events.
History
#2
Updated by Zoltán Žarkov almost 3 years ago
- File 0001-Add-handling-of-SDL_FINGERDOWN-events.patch 0001-Add-handling-of-SDL_FINGERDOWN-events.patch added
Change Main.Event to Main.event
#3
Updated by Marko Lindqvist over 2 years ago
../../../../src/client/gui-sdl2/mapctrl.c: In function ‘finger_down_on_map’:
../../../../src/client/gui-sdl2/mapctrl.c:2287:16: error: unused variable ‘ptile’ [-Werror=unused-variable]
2287 | struct tile *ptile;
| ^~~
../../../../src/client/gui-sdl2/mapctrl.c: In function ‘finger_up_on_map’:
../../../../src/client/gui-sdl2/mapctrl.c:2302:16: error: unused variable ‘ptile’ [-Werror=unused-variable]
2302 | struct tile *ptile;
| ^~~
#4
Updated by Marko Lindqvist over 2 years ago
- File 0021-Add-handling-of-SDL_FINGERDOWN-events.patch 0021-Add-handling-of-SDL_FINGERDOWN-events.patch added
- Compile errors fixed
#5
Updated by Marko Lindqvist over 2 years ago
- Status changed from New to Resolved
- Assignee set to Marko Lindqvist
- Sprint/Milestone set to 3.1.0
#6
Updated by Marko Lindqvist over 2 years ago
Pushed to master. Leaving ticket open until it's decided if this should be backported to S3_0.
#7
Updated by Zoltán Žarkov over 2 years ago
- File 0001-Add-handling-of-SDL_FINGERDOWN-events.patch 0001-Add-handling-of-SDL_FINGERDOWN-events.patch added
- File 0002-Add-handling-of-SDL_FINGERDOWN-events.patch 0002-Add-handling-of-SDL_FINGERDOWN-events.patch added
- Sprint/Milestone changed from 3.1.0 to 2.6.1
Added S2_6 and S3_0
#8
Updated by Marko Lindqvist over 2 years ago
- Status changed from Resolved to Closed