1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-05 00:49:09 +02:00
Commit Graph

27 Commits

Author SHA1 Message Date
2ebf1daf0d add smooth drag for RMB & fix drag for new windows 2025-01-19 00:30:23 +01:00
f0a5bcfebb Quick backpack window on shift+click 2024-09-24 16:35:28 +03:00
be7d27234f map drag with right mouse 2024-08-28 22:17:05 +02:00
ac30f7757b changed naming 2024-07-19 11:41:00 +02:00
26b164b7ca change naming 2024-07-19 03:44:45 +02:00
5dae5ed30e input modi detection 2024-07-19 03:00:19 +02:00
02e429e973 Fix typos using https://github.com/crate-ci/typos
Changes were reviewed manually
2024-06-24 03:47:19 +02:00
05a9f0fe39 move to EventReceiver 2023-10-22 00:05:14 +02:00
f9db3d131f lastActivated with overload 2023-10-10 23:51:05 +02:00
3973624278 Implemented tolerance for touch events 2023-09-06 01:06:01 +03:00
e3f5ab57f2 Fixed input event ordering. Fixes radial menu show/hide logic 2023-07-21 15:47:42 +03:00
ca889a5c2a Replaced clickLeft with clickPressed clickReleased methods 2023-07-08 14:33:04 +03:00
4e7412faa6 Split mouseDragged event from mouseMoved 2023-06-22 22:11:48 +03:00
967dc95867 Rename panning->gesturing for consistency 2023-06-20 19:58:05 +03:00
06437cbde6 Renamed gesture-related methods, remove unused code 2023-06-20 19:58:05 +03:00
563d7dd41f Renamed RCLICK -> SHOW_POPUP 2023-06-20 19:58:05 +03:00
8ad577255f Replaced isMouseButtonPressed with isMouseLeftButtonPressed 2023-06-20 19:58:05 +03:00
85a11c090e Enter popup await mode only if there is an active popup 2023-06-20 19:58:05 +03:00
d4aa778547 Replaced clickRight event with showPopupWindow/closePopupWindow 2023-06-20 19:58:05 +03:00
0f2a339ab5 Implemented pinch gesture to scale adventure map 2023-06-05 19:20:08 +03:00
b20109c830 Test version of swipe gesture for in-combat attacks 2023-06-05 19:20:08 +03:00
360bf48031 Implemented panning/swiping gesture for sliders 2023-06-05 19:09:56 +03:00
dc8e9cd048 wheelScrolled event now accepts distance instead of bool 2023-06-05 19:00:57 +03:00
48859e186e Added panning gesture, activated by mouse wheel press 2023-06-05 19:00:56 +03:00
a4000f2fc8 Removed isActive(int) method since its usages were redundant or wrong 2023-05-20 01:51:49 +03:00
5bd044521a Added method descriptions 2023-05-20 01:51:49 +03:00
6012e0cb45 Minor code reorganization 2023-05-20 01:51:49 +03:00