wgois / OIS

Official OIS repository. Object oriented Input System
https://wgois.github.io/OIS/
zlib License
254 stars 87 forks source link

Linux Non Exclusive Mouse Fixes #13

Closed VENTDEV closed 6 years ago

VENTDEV commented 8 years ago

Fixes mouse grabbed issues when the hidden X11 mouse hits the edge of the X screen and doesn't warp. (Due to a window’s boarder being the same size as the X screen.)

Also fixes position offsets by window decoration in non-exclusive mode.

Ybalrid commented 6 years ago

It looks like this PR contains changes that goes beyond what the description says

Ybalrid commented 6 years ago

@VisualEntertainmentAndTechnologies I'm looking at the diff right now, and I'm not going to merge this as-is. It's a bit messy, but if you have able (I know, it's been years...) to point me to what exactly fixes warp issues on Linux, I'll be glad to work on it by hand. I'm going to put some comments on what I understand relate to the subject here.