Re: [AD] object_message() and scare_mouse() |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> to whether it would affect existing code, it wouldn't for legitimate
> constructs like:
>
> scare_mouse();
> object_message(d, MSG_DRAW, 0);
> unscare_mouse();
>
> (modulo an additional nesting level of mouse scaring).
Would it be possible to use scare_mouse_area() instead of scare_mouse()?
I'm guessing this could be difficult, but it might reduce flicker, right?
Evert