Re: [AD] Old patches return |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> some things in the gui:
> - being able to tell an object to ignore the mouse
What does it really buy us? Can't the object simply do nothing in response to
mouse messages?
> - user messages to objects are not ignored for hidden objects
I think this makes sense.
> - (some) messages are ignored for disabled objects rather than
> hidden objects (the previous behavior doesn't make much sense,
> unless I'm missing something - I have the feeling I had already
> proposed this one and it was rejected though, not sure)
Don't forget that disabled objects must redraw themselves, so they must get
at least the MSG_DRAW message.
--
Eric Botcazou