Re: [Pharo-users] SmalltalkImage current vm canHandleShiftPressed giving false.

2017-05-20 Thread p...@highoctane.be
A nice side effect will be that SDL is going to be supported by WebAssembly. Phil On Sat, May 20, 2017 at 10:02 PM, Stephane Ducasse wrote: > Super annoying. This is why we want to get rid of all the event logic and > get it from SDL20. > > Stef > > On Sat, May 20, 2017 at 8:01 PM, p...@highoct

Re: [Pharo-users] SmalltalkImage current vm canHandleShiftPressed giving false.

2017-05-20 Thread Stephane Ducasse
Super annoying. This is why we want to get rid of all the event logic and get it from SDL20. Stef On Sat, May 20, 2017 at 8:01 PM, p...@highoctane.be wrote: > I was looking in the code of GTSpotter and noticed that we have got: > > SmalltalkImage current vm canHandleShiftPressed > > in there. >