trackpad events

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

trackpad events

Bob Arning-2
I'm using an Apple MagicPad and it seems the two-finger swipes in the horizontal direction return the same key data (as seen by Sensor primGetNextEvent: evt) as vertical swipes. IOW, two fingers left results in the same sequence of key strokes as two fingers up. Am I missing something?

Cheers,
Bob


Reply | Threaded
Open this post in threaded view
|

Re: trackpad events

Bert Freudenberg
On 2013-09-15, at 13:10, Bob Arning <[hidden email]> wrote:

> I'm using an Apple MagicPad and it seems the two-finger swipes in the horizontal direction return the same key data (as seen by Sensor primGetNextEvent: evt) as vertical swipes. IOW, two fingers left results in the same sequence of key strokes as two fingers up. Am I missing something?

This appears to be a Cog VM bug. Works fine in the interpreter VM.

- Bert -



Reply | Threaded
Open this post in threaded view
|

Re: trackpad events

Bob Arning-2
Thanks, that's better. ScrollPane also needs an update to recognize the sideways gesture.

OBTW, I followed links from squeak.org and ended up with a mac VM over 2 years old. Is that the current one?

Cheers,
Bob

On 9/15/13 11:29 AM, Bert Freudenberg wrote:
On 2013-09-15, at 13:10, Bob Arning [hidden email] wrote:

I'm using an Apple MagicPad and it seems the two-finger swipes in the horizontal direction return the same key data (as seen by Sensor primGetNextEvent: evt) as vertical swipes. IOW, two fingers left results in the same sequence of key strokes as two fingers up. Am I missing something?
This appears to be a Cog VM bug. Works fine in the interpreter VM.

- Bert -







Reply | Threaded
Open this post in threaded view
|

Re: trackpad events

Bert Freudenberg
On 2013-09-15, at 19:04, Bob Arning <[hidden email]> wrote:

> Thanks, that's better. ScrollPane also needs an update to recognize the sideways gesture.
>
> OBTW, I followed links from squeak.org and ended up with a mac VM over 2 years old. Is that the current one?
>
> Cheers,
> Bob

Quite possible. I don't think anyone has kept the Mac VMs up-to-date after John, his 4.2.5 is the most recent one.

- Bert -



> On 9/15/13 11:29 AM, Bert Freudenberg wrote:
>> On 2013-09-15, at 13:10, Bob Arning <[hidden email]>
>>  wrote:
>>
>>
>>> I'm using an Apple MagicPad and it seems the two-finger swipes in the horizontal direction return the same key data (as seen by Sensor primGetNextEvent: evt) as vertical swipes. IOW, two fingers left results in the same sequence of key strokes as two fingers up. Am I missing something?
>>>
>> This appears to be a Cog VM bug. Works fine in the interpreter VM.
>>
>> - Bert -
>>