Re: winex-devel Digest, Vol 4, Issue 21
Nadav Frum <[email protected]>
| Newsgroups | gmane.comp.emulators.winex.devel |
|---|---|
| Message-ID | <Pine.LNX.4.44_heb2.10.0402241249500.6345-100000@localhost.localdomain> |
On Mon, 22 Feb 2004 "R. N." wrote: > Due to the recent thread of discussion on the mouse recentering issues > with absolute and relative positioning, it begs the question. Are the > changes going to be submitted to cvs? or have they already?I'm > interested in this as I think it relates to the Aliens vs. Predator 2 > issues I ran into in the past, and I'm thinking about getting back to > work on it again. > sincerely, > Ryan This is Symptom 3 (unnecessary warping). I have a question that may take this issue a step further. Can the X server be told to provide raw unclipped relative movement cursor data? That is mouse data before it is adjusted for the boundaries of the screen. If it is possible then this is the neatest and fastest way to overcome this problem. We can then do away with warping altogether - like it never existed. I have looked through the XLib documentation, but cannot find anything in this regard. If the functionality is absent, can we get the XFree people to provide the functionality? Regards, Nadav Frum ----------