mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-01 09:27:03 +08:00
Fix high DPI breaking edge detection and mouse delta calculation #5030
This commit is contained in:
@@ -51,6 +51,12 @@ public:
|
||||
*/
|
||||
void getJumpCursorPos(SInt32& x, SInt32& y) const;
|
||||
|
||||
//! Get cursor position
|
||||
/*!
|
||||
Return if this proxy is for client or primary.
|
||||
*/
|
||||
virtual bool isPrimary() const { return false; }
|
||||
|
||||
//@}
|
||||
|
||||
// IScreen
|
||||
|
||||
Reference in New Issue
Block a user