SmalltalkImage current vm canHandleShiftPressed giving false.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

SmalltalkImage current vm canHandleShiftPressed giving false.

philippeback
I was looking in the code of GTSpotter and noticed that we have got:

SmalltalkImage current vm canHandleShiftPressed

in there.

I wanted to see the result because of GTSpotter using that for providing hints.

And on Windows, the returned value is false.

Which is weird and annoying.

Is this normal behavior?

Phil
Reply | Threaded
Open this post in threaded view
|

Re: SmalltalkImage current vm canHandleShiftPressed giving false.

Stephane Ducasse-3
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, [hidden email] <[hidden email]> wrote:
I was looking in the code of GTSpotter and noticed that we have got:

SmalltalkImage current vm canHandleShiftPressed

in there.

I wanted to see the result because of GTSpotter using that for providing hints.

And on Windows, the returned value is false.

Which is weird and annoying.

Is this normal behavior?

Phil

Reply | Threaded
Open this post in threaded view
|

Re: SmalltalkImage current vm canHandleShiftPressed giving false.

philippeback
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 <[hidden email]> 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, [hidden email] <[hidden email]> wrote:
I was looking in the code of GTSpotter and noticed that we have got:

SmalltalkImage current vm canHandleShiftPressed

in there.

I wanted to see the result because of GTSpotter using that for providing hints.

And on Windows, the returned value is false.

Which is weird and annoying.

Is this normal behavior?

Phil