
1 Oct
2005
1 Oct
'05
3:02 p.m.
"Andreas Huber" <ahd6974-spamgroupstrap@yahoo.com> wrote in message news:dhk776$hm3$1@sea.gmane.org...
Andy Little wrote:
I was wondering if it might be useful to decode raw gui events eg "some timed sequence of raw mouse actions" = "left button doubleclick event"?
Maybe I'm underestimating the task but such an FSM seems to be simple enough (flat and ~4 states?) that it could be implemented from scratch in say 2 hours? I guess you wouldn't get much leverage from Boost.Statechart here, which is more geared towards medium-large size FSMs.
Ok ;-) I dont have much experience of fsms . I thought the system might be describable in a one line fsm somehow. thanks Andy Little