found an elegant way to support more than one callback
commit8d8a422870c90909b1e44dcc40f0f1a907752487
authorNicholas Niro <nik_89@neuroponic.com>
Sun, 7 Jan 2007 05:23:07 +0000 (7 00:23 -0500)
committerNicholas Niro <nik_89@neuroponic.com>
Sun, 7 Jan 2007 05:23:07 +0000 (7 00:23 -0500)
treeb080f511c467e8319caf4d09192dcb198262e601
parent7db93e28e1fc7103238a37380cf5af81b209742a
found an elegant way to support more than one callback
for mouse events. It uses an EBUF buffer to hold an
infinite amount of callbacks for both click and release
mouse button events. (needed for the implementation of
the GUI).
src/events/events.c