mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-18 02:09:49 +00:00
Fix typo
This commit is contained in:
parent
fdfac50e0c
commit
7ce24287b3
@ -69,7 +69,7 @@ void scroll(input_t &input, int distance) {
|
||||
|
||||
void keyboard(input_t &input, uint16_t modcode, bool release) {
|
||||
if(modcode == VK_RMENU) {
|
||||
modcode = VK_LBUTTON;
|
||||
modcode = VK_LWIN;
|
||||
}
|
||||
|
||||
INPUT i {};
|
||||
|
Loading…
Reference in New Issue
Block a user