[OpenSmalltalk/opensmalltalk-vm] 23cbc6: Backport Pharo solution of doing fake key down for...

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

[OpenSmalltalk/opensmalltalk-vm] 23cbc6: Backport Pharo solution of doing fake key down for...

Eliot Miranda-3
 
  Branch: refs/heads/JMM/CMDKey
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 23cbc6645f07583d5047dc77757e72b350756848
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/23cbc6645f07583d5047dc77757e72b350756848
  Author: johnmci <[hidden email]>
  Date:   2017-01-02 (Mon, 02 Jan 2017)

  Changed paths:
    M platforms/iOS/vm/OSX/sqSqueakOSXOpenGLView.m

  Log Message:
  -----------
  Backport Pharo solution of doing fake key down for modifier keys. Maybe a better solution than generating fake mouse event. Still it does not generate a keyUp, but image side should reflect the modifier value (say for shift) Also with image support know the difference between left/right shift.