[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Sat, May 12, 2001 at 12:02:11AM +0200, Javier Gonzalez wrote:
> Well, I don't see very sensible clear_keybuf clearing the key[] array
> since the key[] array is not the key buffer, and i don't think we should
> support a
> bug just to make sure people's old programs that used that hack (cause
> imho, it's a hack, since it's not told on the documentation) is worth enough
> to
> keep it...
I agree with Javier and nobody -- the key array is independent
of keypressed/readkey and so it should be independent of
clear_keybuf. Besides, clearing the key array directly isn't
hard -- there's no need for a function to do it.
George