2011/11/3 冷雨 <[email protected]>: > Hi, all: Hi,
> Now program work very well, can display stages and actor, but USB mouse can > not use, and can't display cursor. > I has compiled USB mouse drivers modules in the KERNEL, can find > /dev/input/mouse0 and /dev/input/mouse1, but without any action when i move > mouse. > > #cat /dev/input/mouse1 > can print some information when move USB mouse. We do support getting events from evdev devices but it needs gudev and libxkbcommon headers and libraries to be available on the system for the evdev support to be compiled in. xkbcommon can be found http://cgit.freedesktop.org/xorg/lib/libxkbcommon/ and does not have a release yet. you'll know you have the needed dependencies correct when HAVE_EVDEV defined in clutter's config.h HTH, -- Damien _______________________________________________ clutter-app-devel-list mailing list [email protected] http://lists.clutter-project.org/listinfo/clutter-app-devel-list
