Fix high DPI breaking edge detection and mouse delta calculation #5030

This commit is contained in:
Jerry (Xinyu Hou)
2015-10-19 11:20:56 -07:00
parent 66335cd6f8
commit a09bfc5f07
4 changed files with 69 additions and 24 deletions

View File

@@ -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