[squeak-dev] Re: Events in HydraVM

Igor Stasenko siguctua at gmail.com
Thu Feb 28 08:11:20 UTC 2008


>  myEvent * event = malloc(sizeof(myEvent));
>  event->header->fn = myHandler;
>  event->myField1 = ...
>  ....
>
oops, forgot to add a call to actually _post_ an event:

enqueueEvent(intr,myEvent);


-- 
Best regards,
Igor Stasenko AKA sig.



More information about the Squeak-dev mailing list