On Saturday 11 June 2011 20:29:03 David Kuehling wrote: > Hi, > > looks like there is a pretty usuable drawing (and animation!) program > based on liballegro, that works fine at 320x240: aseprite. Just > compiled it for running on my PC, and this is what it looks like: > > http://mosquito.dyndns.tv/david/nanonote/aseprite.png > > Now when compiling this for the nanonote there's just the problem of > missing mouse input. Any ideas about how to emulate a mouse via the > keyboard? Somebody mentioned keyboard-mouse here, is there linux-kernel > support for such a feature?
uinput + some mouse emulator, for example my mouse-emul: https://github.com/anarsoul/mouse-emul > Other options would be to hack liballegro to support a keyboard-mouse, > or somehow adapt aseprite. What's the option that requires the least > amount of work? > > cheers, > > David _______________________________________________ Qi Hardware Discussion List Mail to list (members only): [email protected] Subscribe or Unsubscribe: http://lists.en.qi-hardware.com/mailman/listinfo/discussion

