Issue 4534 in pharo: leftShiftDown

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

Issue 4534 in pharo: leftShiftDown

pharo
Status: Accepted
Owner: [hidden email]
Labels: Milestone-1.4

New issue 4534 by [hidden email]: leftShiftDown
http://code.google.com/p/pharo/issues/detail?id=4534

leftShiftDown
        "Answer whether the shift key on the keyboard is being held down. The name  
of this message is a throwback to the Alto, which had independent left and  
right shift keys."

        ^self modifiers anyMask: 16r01

may be we could fix all the caller to use ShiftPressed


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4534 in pharo: leftShiftDown

pharo
Updates:
        Status: Closed

Comment #1 on issue 4534 by [hidden email]: leftShiftDown
http://code.google.com/p/pharo/issues/detail?id=4534

Renamed all senders to use shiftPressed and deprecate leftShiftDown. In  
14054.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker