Skip to content

Commit

Permalink
Add mouse emulation
Browse files Browse the repository at this point in the history
  • Loading branch information
XK9274 committed Oct 16, 2023
1 parent 689012d commit 188b8c8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 17 deletions.
42 changes: 25 additions & 17 deletions moonlight/config/settings.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
{
"A": "SPACE",
"B": "BACKSPACE",
"X": "X",
"Y": "Y",
"L1": "E",
"L2": "Q",
"R1": "T",
"R2": "P",
"LeftDpad": "LEFT",
"RightDpad": "RIGHT",
"UpDpad": "UP",
"DownDpad": "DOWN",
"Start": "RETURN",
"Select": "M",
"Menu": "ESCAPE",
"cpuclock": "1700"
}
"customkeys": {
"A": "SPACE",
"B": "BACKSPACE",
"X": "X",
"Y": "Y",
"L1": "E",
"L2": "Q",
"R1": "T",
"R2": "P",
"LeftDpad": "LEFT",
"RightDpad": "RIGHT",
"UpDpad": "UP",
"DownDpad": "DOWN",
"Start": "RETURN",
"Select": "M",
"Menu": "ESCAPE"
},
"cpuclock": "1700",
"mouse": {
"scaleFactor": 2,
"acceleration": 2.0,
"accelerationRate": 2.5,
"maxAcceleration": 10.0
}
}
Binary file modified moonlight/lib/libSDL2-2.0.so.0
Binary file not shown.

0 comments on commit 188b8c8

Please sign in to comment.