Re: [AD] Using system mouse cursor |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Chris wrote:
Peter Wang wrote:
What he means is the X mouse warping mode that gets enabled when
get_mouse_mickeys() is used.
I don't think it should do that. For one, it goes against what the
Windows port does (as mentioned previously),
As was mentioned, you really do need it for X fullscreen modes, if you
want to keep the semantics of get_mouse_mickeys().
For windowed modes, maybe the warping hack could be disabled.
and two, it should be completely valid to use get_mouse_mickeys along
side all the other mouse routines while showing the mouse.
It *is* valid. It's just that Allegro just has to resort to a software
cursor.
Peter