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
You can move your mouse cursor in FFXIV with your controller in virtual mouse mode. I would like Dalamud to be able to send mouse presses to the ImGui interaction layer using that virtual mouse.
More info
Despite being a "virtual" mouse mode, FFXIV actually moves your physical mouse cursor (if the cursor was in FFXIV's window to begin with). Since turning all of ImGui controller friendly feels very infeasible to me, just being able to interact with ImGui via the virtual mouse mode would already improve the usability for couch potatoes and other controller-only players. For instance, FFXIV on Linux currently suffers from having to decide between Mouse OR Gamepad, because enabling Gamepad locks up FFXIV if you do movement with your hardware mouse.
Fulfilling this feature request would entail:
Noticing that FFXIV is in Virtual Mouse Mode
Knowing when a "virtual" mouse is hovering over ImGui elements (already done by virtue that the actual cursor is moved, not just a fake one)
Disabling clicking on the actual in-game UI when hovered over an ImGui element
Simulating a mouse-click for the hovered ImGui element
I checked if this request wasn't already proposed
I consider this request not to be out of scope for Dalamud
The text was updated successfully, but these errors were encountered:
Description
You can move your mouse cursor in FFXIV with your controller in virtual mouse mode. I would like Dalamud to be able to send mouse presses to the ImGui interaction layer using that virtual mouse.
More info
Despite being a "virtual" mouse mode, FFXIV actually moves your physical mouse cursor (if the cursor was in FFXIV's window to begin with). Since turning all of ImGui controller friendly feels very infeasible to me, just being able to interact with ImGui via the virtual mouse mode would already improve the usability for couch potatoes and other controller-only players. For instance, FFXIV on Linux currently suffers from having to decide between Mouse OR Gamepad, because enabling Gamepad locks up FFXIV if you do movement with your hardware mouse.
Fulfilling this feature request would entail:
The text was updated successfully, but these errors were encountered: