Re: question about liballeg.a
- Posted by mattlewis (admin) Sep 16, 2008
- 952 views
mattlewis said...
jimcbrown said...
/dev/mice and /dev/psaux are supported not only by /usr/bin/X (i.e. the X server accessing your video card directly thru the ioports and/or DRM kernel driver) but also by Xfbdev, the implementation of X11 on top of fbdev.
On Kubuntu, I can get /dev/input/mice, though it requires root to read.
FYI, here was my code:
integer m = open( "/dev/input/mice", "r" ) while 1 do ? getc(m) end while
Matt