Loop
Loop copied to clipboard
🐞 Make Loop work on display's edges
Bug Description
When the mouse is on the edge of display, the panel could not fully shown
Steps To Reproduce
- move the mouse to the edge of display
- press shortcut key to trigger the panel to show
- check panel
Expected Behavior
show the full panel view
Actual Behavior
only show part of the panel
Screenshots
MacOS Version
Sonoma 14.4.1
Loop Version
beta.14(773)
Additional Context
No response
Final Checks
- [X] My issue title is descriptive
- [X] This is a single bug (multiple bugs should be reported individually)
This is currently intended behavior. However, to make Loop work on the sides of the screen, I think that obtaining the raw mouse input from NSEvent would be beneficial, so that the user can still access the obscured radial menu items :)