Skip to content

Commit

Permalink
tiny changes, nothing functional.
Browse files Browse the repository at this point in the history
  • Loading branch information
CemuUser8 committed Oct 20, 2017
1 parent 469989d commit 24b9855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mouse2joystick_Custom_CEMU.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ aboutMenu:
Return

helpMenu:
Msgbox,% 4+ 32 , Open help in browser?, Visit Reddit post on /r/cemu for help?`n`nIt is helpful to know the version (%version%)`nand If possible a pastebin of your 'settings.ini' file will help me troubleshoot.`n`nWill Open link in default browser.
Msgbox,% 4 + 32 , Open help in browser?, Visit Reddit post on /r/cemu for help?`n`nIt is helpful to know the version (%version%)`nand If possible a pastebin of your 'settings.ini' file will help me troubleshoot.`n`nWill Open link in default browser.
IfMsgBox Yes
Run, https://www.reddit.com/r/cemu/comments/5zn0xa/autohotkey_script_to_use_mouse_for_camera/
Return
Expand Down Expand Up @@ -480,11 +480,11 @@ GyroControl:
}
SetStick(0,0)
Gui, Controller:Hide
Click, Right, Down
IF (!useAltMouseMethod) {
LockMouseToWindow("ahk_id " . gameID)
SetTimer, mouseTojoystick, Off
}
Click, Right, Down
Return

GyroControlOff:
Expand Down

0 comments on commit 24b9855

Please sign in to comment.