Re: [AD] Default behaviour of mouse |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2008-09-03, Trent Gamblin <trent@xxxxxxxxxx> wrote:
> I'm assuming from the fact that I have to add al_show_mouse_cursor()
> to some of the examples that the behaviour is different between OSs
> or drivers. What should be the default? Mouse hidden or mouse shown?
Shown by default is probably better. In a windowed environment, the
mouse cursor is on by default. Programs which hide it better have good
reasons for it.
Peter