Re: question about liballeg.a
- Posted by jimcbrown (admin) Sep 16, 2008
- 962 views
bernie said...
jimcbrown said...
If I assume correctly, then you are right. However, direct access to /dev/psaux or /dev/mice should work for a framebuffer app.
Please show me the euphoria code needed to
use these devices in a frame-buffer.
I am using the standard frame-buffer that is built-in to the
a 2.6 Linux kernel
Matt Lewis already demonstrated the beginnings of such code.
From there you just need to figure out what protocol the device is using (PS/2, Busmouse, Serial, IMPS/2, etc) and then interpret the datastream as retrieved by getc().