You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested with Eye of the Beholder using latest vice64sc core from today.
I mapped dpad to wasd and shoulder buttons to q,e, for movement. I then controlled mouse with left analog stick, which works. I then pressed B on the controller over my character's hand to punch. It works once, but never again, UNTIL I press the right mouse button on my real mouse once. Then the controller B button works as right mouse button again one more time.
The status bar displays the "R" icon for right mouse button correctly. So it must be something internal that blocks the controller button acting as right mouse button after one press.
Or maybe I am doing something wrong?
The left mouse button via A button doesn't show this behavior, it works pressing it multiple times just fine.
BTW: For EOTB, J1 and M2 is the correct configuration (I used the VKBD JOYP button to switch that)
The text was updated successfully, but these errors were encountered:
rsn8887
changed the title
Right mouse button only works once with dpad, until real right mouse button is pressed again
Right mouse button only works once with controller button, until real right mouse button is pressed again
Aug 26, 2024
Can't reproduce with mousetest2.prg, but can with joyride.prg..
mousetest2.prg tests only one port, but joyride.prg can test both ports, and it shows odd activity with the other port. I'm on it.
Edit: Just a rather simple overflow issue as suspected. Fix incoming after I inspect some more why the other port is still getting some wrong data with the right mouse button.
Edit2: Hah, it was just because I had F7 key mapped to the same button as the right mouse button in the core options. I'll make sure to block the mouse button press in that case.
Tested with Eye of the Beholder using latest vice64sc core from today.
I mapped dpad to wasd and shoulder buttons to q,e, for movement. I then controlled mouse with left analog stick, which works. I then pressed B on the controller over my character's hand to punch. It works once, but never again, UNTIL I press the right mouse button on my real mouse once. Then the controller B button works as right mouse button again one more time.
The status bar displays the "R" icon for right mouse button correctly. So it must be something internal that blocks the controller button acting as right mouse button after one press.
Or maybe I am doing something wrong?
The left mouse button via A button doesn't show this behavior, it works pressing it multiple times just fine.
BTW: For EOTB, J1 and M2 is the correct configuration (I used the VKBD JOYP button to switch that)
The text was updated successfully, but these errors were encountered: