Hello list.<br><br>I&#39;ve been looking at discarding Morphic and writing an application to use Display and EventSensor directly. I have some questions.<br><br>I&#39;m seeing an inputSemaphore in the EventSensor class, but it doesn&#39;t appear to be used. Is it used anywhere? Considering that it doesn&#39;t appear to be used, how stable is the VM side of this code?<br>
<br>How many platforms support this inputSemaphore? Does it&nbsp;work&nbsp;on Windows, Mac&nbsp;and Linux? <br><br>Also, am I seeing this right: Morphic polls Sensor? The loop is in Project&gt;&gt;spawnNewProcess, which eventually calls HandMorph&gt;&gt;processEvents which reads from Sensor.<br>
<br>Looking at the implementation of EventSensor&nbsp;and InputSensor, what is&nbsp;the actual&nbsp;history&nbsp;there? In terms of primitives, EventSensor (the &quot;new&quot;&nbsp;class) seems&nbsp;to be&nbsp;more&nbsp;consistent with chapter 29&nbsp;of&nbsp;the blue book,&nbsp;while&nbsp;the InputSensor (the &quot;old&quot;&nbsp;class)&nbsp;uses undocumented&nbsp;primitives. How&nbsp;did it end&nbsp;up this way?<br>
 <br>Thanks,<br>Gulik.<br clear="all"><br>-- <br><a href="http://people.squeakfoundation.org/person/mikevdg">http://people.squeakfoundation.org/person/mikevdg</a><br><a href="http://gulik.pbwiki.com/">http://gulik.pbwiki.com/</a>