Double click switch to window mode ???
|
01-07-2017, 03:41 PM
Post: #1
|
|||
|
|||
Double click switch to window mode ???
I found a tool can simulate the joystick by mouse,everything is OK,but!!!!!double click change to window mode ???and one more time it turns to fullscreen???Switch to fullscreen and window mode use "alt"+"enter“ is enough.remove "double click change to window mode” please,or we can't use mouse to play PPSSPP...
THX |
|||
01-07-2017, 06:03 PM
(This post was last modified: 01-07-2017 06:05 PM by ZeroX4.)
Post: #2
|
|||
|
|||
RE: Double click switch to window mode ???
if i do understand you correct you are using mouse to simulate joystick?
since i doubt double click = full screen <> window mode function will be dropped there is program called autohotkey it allows to give different or add new functions to mouse and keyboard but its also able to remove some and even make it only work when a certain window is active so in other words you could make that FOR EXAMPLE: when you click left mouse button for pc it would be same as you press C but without pc even knowing you press mouse button and that all would be only performed if lets say ppsspp window is active which means you could only do it inside ppsspp window from that point you would just need bind same function to C button in ppsspp that was binded to your left mouse button with ur mouse simulator when you dont need it to be C it can be X or U or H whatever ur choice and that would bypass ur problem here is autohotkey http://ahkscript.org and here are some examples to get you started https://autohotkey.com/docs/commands/MouseClick.htm but you also could just google "autohotkey click to button" or "autohotkey mouse to keyboard" ow and here is if window is active commad https://autohotkey.com/docs/commands/WinActive.htm and there are just tons of tutorials on youtube if you care to say you dont understand something Try AntiMicro graphical program used to map keyboard keys and mouse controls to a gamepad/controller. http://forums.ppsspp.org/showthread.php?tid=12513 or http://www.x360ce.com |
|||
01-07-2017, 09:52 PM
Post: #3
|
|||
|
|||
RE: Double click switch to window mode ???
@JumpingY start by making sure ppsspp isn't running, open "ppsspp.ini" which should be memstick\PSP\SYSTEM or directly in ppsspp folder whenever you keep it(.ini can be hidden on some systems, but it's a text file so you should easily recognize it) and anywhere under [General] add FullscreenOnDoubleclick = False, can be directly under like this:
Code: [General] This will as you can guess disable this feature. You don't need to care about doing the same for per-game config files as this is global setting, not used per-game. http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders! http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats, https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds. |
|||
01-08-2017, 04:38 AM
Post: #4
|
|||
|
|||
RE: Double click switch to window mode ???
(01-07-2017 09:52 PM)LunaMoo Wrote: @JumpingY start by making sure ppsspp isn't running, open "ppsspp.ini" which should be memstick\PSP\SYSTEM or directly in ppsspp folder whenever you keep it(.ini can be hidden on some systems, but it's a text file so you should easily recognize it) and anywhere under [General] add FullscreenOnDoubleclick = False, can be directly under like this: Great!!!! THX |
|||
« Next Oldest | Next Newest »
|