mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 16:25:54 +03:00
[GH-ISSUE #1492] [Bug]: (WutheringWaves): Camera Movement Freezes During Fast or Extended Panning #916
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#916
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 @kang49 on GitHub (May 26, 2024).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/1492
Describe the bug
Summary:
When panning the camera quickly or for a prolonged duration, the movement becomes stuck. To resume panning, the mouse must be stationary for a moment.
Side effect:
Sometime when this issue occurs, the left mouse button (LMB) cannot be used to attack in the game by default unless it is specifically set to do so.
demo video
https://github.com/PlayCover/PlayCover/assets/81503963/eb39e7f9-5dee-4195-a4f9-5725005cd4fc
Keymapping
More detail:
PlayCover Nightly 749
MacOS Sonoma 14.5
Game version 1.0.0
Bluetooth Mouse
Steps to reproduce
Expected behaviour
The camera should pan smoothly without interruptions, regardless of the speed or duration of the mouse movement.
Crash log
No response
What version of PlayCover are you using?
Nightly/beta (please specify build number)
What version of macOS are you using?
Sonoma (macOS 14)
Issue Language
@XuYicong commented on GitHub (May 26, 2024):
You mention "Bluetooth Mouse", does this only happen to a mouse but not a trackpad?
@kang49 commented on GitHub (May 26, 2024):
Yes, or maybe it's because the TrackPad is too small to drag long enough to encounter the bug.
But mentioning 'Bluetooth Mouse' doesn't mean that other devices won't experience the issue. It's just a detail to indicate what device I am using.
@Christoph-XJ commented on GitHub (May 28, 2024):
the same situation
@JZVince commented on GitHub (May 29, 2024):
Same issue, moreover, I find changing the polling rate of the mouse (250) help with the camera rotation problem. However, mouse cursor will appear outside the app when I move and I have already pressed option key to hide it.
@kang49 commented on GitHub (May 29, 2024):
I confirm that the trackpad have this issue because i tried change trackpad speed in setting and i found this issue also. And in the latest game version, the trackpad can be used for attacking and dodging normally, whereas the mouse currently cannot perform these actions.
@Christoph-XJ commented on GitHub (May 30, 2024):
The similar problem occurs when the mouse sampling rate is too high, after I replaced the usb gaming mouse with a cheaper bluetooth mouse, the situation is much alleviated, in my understanding this should be a problem that can be fixed in the code.
@XuYicong commented on GitHub (Jun 4, 2024):
Fixed by PlayCover/PlayTools#144