Mail Archives: djgpp/1997/03/31/02:22:00
Allegro events kernel.
- Universal *DEVICE* interface.(KEYBOARD,MOUSE,COMM, etc.)
- Transparent (for developer) collecting of hardware and software
events.
- The only thing you need, just create handler for desired event.
- No while(TRUE) { if(mouse); if (keyboard); do_move(); do_...} loop.
Events driven system, instead of it.
- Developer defined level of device priority.
- Start point for creating events driven GUI, SHELL, etc.
- Include DZComm 0.2+ ( + mean what comm port is device in term of
Palantir).
- Freeware (full C source).
http://www.geocities.com/SiliconValley/Pines/7817/progs.htm
--
Regards,
Dim Zegebart,
Moscow Russia.
Ghostly basement : http://www.geocities.com/siliconvalley/pines/7817
- Raw text -