mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-27 00:35:52 +03:00
[GH-ISSUE #1978] [Bug]: Mouse input only moves view slightly; cannot rotate freely; cursor remains visible: Destiny Rising #1311
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#1311
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DaviSina on GitHub (Sep 23, 2025).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/1978
Describe the bug
Steps to reproduce
Because of the cursor’s presence and the low movement deltas, the game assumes touch input rather than continuous mouse movement, leading to a restricted “look” behavior. I have disabled all keymapping in PlayCover, because I already use the game’s native keyboard+mouse support and keymapping conflicts with it. I cannot selectively enable keymapping only for “mouse look” without impacting other native controls (that are already working).
Expected behaviour
When using mouse + keyboard (with keymapping turned off), the game should:
a) Hide and capture the cursor during gameplay (especially when in control/look mode).
b) Translate mouse movements into full “look around” camera rotation, not just small head movement or minor deltas.
c) Treat mouse clicks as proper mouse buttons, not as touch/tap input.
Thanks for your time and for developing PlayCover — really appreciate it.
Crash log
What version of PlayCover are you using?
3.1.0
What version of macOS are you using?
Sonoma (macOS 14)
Issue Language
@joshrad-dev commented on GitHub (Sep 24, 2025):
I think a potential solution would be if PlayCover captured mouse input only in the touch input and doesn't pass it into DR as mouse input as well, then we can just map touch controls to KBM
@gao2linda commented on GitHub (Sep 28, 2025):
been having the same issue
@viatearz commented on GitHub (Oct 9, 2025):
Now you can disable mouse input and use keymapping only in the latest Nightly version of PlayCover.
see https://github.com/PlayCover/PlayCover/pull/1979
@viatearz commented on GitHub (Oct 9, 2025):
The game has incomplete keyboard and mouse support, since this feature was mainly designed for the MuMu Android Emulator and has never been tested on iOS devices.
If you really want this feature, you should send feedback to the game developers and ask them to support playing on an iPad with keyboard and mouse.