thedmd / pixeltoaster

PixelToaster is a framebuffer library for C++
45 stars 9 forks source link

listener interface should accept display reference #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
this lets a single object listen to multiple displays

right now, there is no easy way to listen to multiple displays :(

Original issue reported on code.google.com by glenn.fi...@gmail.com on 7 Sep 2006 at 4:44

GoogleCodeExporter commented 8 years ago
fixed. passes in DisplayInterface & display to all the callbacks

Original comment by glenn.fi...@gmail.com on 11 Sep 2006 at 3:39