Rodrigo Locatti
|
0a39163a90
|
input_common/mouse_input: Fix data race
Fix data race using std::jthread and std::stop_token.
|
2021-06-22 02:31:39 -03:00 |
|
german77
|
6e81473574
|
input_common: Release mouse buttons on out of focus
|
2021-05-02 19:08:33 -05:00 |
|
bunnei
|
a4c6712a4b
|
common: Move settings to common from core.
- Removes a dependency on core and input_common from common.
|
2021-04-14 16:24:03 -07:00 |
|
bunnei
|
827dcad26e
|
Merge pull request #6040 from german77/toggleKeyboard
Enable toggle buttons for keyboard and mouse
|
2021-03-11 11:00:44 -08:00 |
|
german77
|
41e94b7b99
|
Enable mouse toggle buttons
|
2021-03-06 13:27:02 -06:00 |
|
german77
|
4738e14cb0
|
inputCommon: Mouse fixes
|
2021-02-27 17:53:10 -06:00 |
|
german
|
594973bdd2
|
Improve mouse panning
|
2021-02-13 22:23:32 -06:00 |
|
german
|
52b79ac009
|
Add mouse panning
|
2021-02-07 20:31:58 -06:00 |
|
Lioncash
|
16aadcc354
|
mouse_input: Invert conditional in UpdateYuzuSettings()
Allows the struct to be constructed in place.
|
2020-12-03 10:41:13 -05:00 |
|
Lioncash
|
395997178b
|
mouse_input: Remove two casts and amend some formatting
Removes the use of two static casts and improves the readability of some
vectors slightly.
|
2020-12-03 10:41:09 -05:00 |
|
Lioncash
|
774d7eab64
|
mouse_input: Remove unused includes
|
2020-12-03 10:26:30 -05:00 |
|
german
|
ece0ae2bfb
|
Fix implicit conversion in mouse input
|
2020-11-30 21:48:18 -06:00 |
|
german
|
e46f0e084c
|
Implement full mouse support
|
2020-11-25 23:59:30 -06:00 |
|