Re: [Pharo-project] Modeling user event
Cool! In squeaksource, the repo named Event-Model. The new model is using system announcements instead of SystemNotifier events. You could augment the announcements to include other gestures. But how do plan on getting the raw events from the VM ? Fernando On Fri, Feb 17, 2012 at 12:15 PM, Hilaire Fernandes <hilaire.fernandes@edu.ge.ch> wrote:
Hello,
I want to modelise in the image events coming from user interaction with a tablet: rotation, orientation, sliding finger, multiple finger gesture. Where should I put that in pharo, which classes should I extend? I read there are some though about redesigning the event architecture. Not sure where I should catch up.
Hilaire
-- Dr. Geo -- http://www.drgeo.eu
Le 17/02/2012 13:01, Fernando Olivero a écrit :
Cool!
In squeaksource, the repo named Event-Model.
The new model is using system announcements instead of SystemNotifier events.
You could augment the announcements to include other gestures.
Great, thanks for the pointers.
But how do plan on getting the raw events from the VM ?
Dimitry and Esteban will extend the VM. Hilaire -- Dr. Geo -- http://www.drgeo.eu
participants (2)
-
Fernando Olivero -
Hilaire Fernandes