FogBugz (Case [Issue]11021) Morphic - MouseEvent>>blueButtonChanged

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

FogBugz (Case [Issue]11021) Morphic - MouseEvent>>blueButtonChanged

Pharo Issue Tracker
A FogBugz case was opened by Stephane Ducasse.

Case ID:      11021
Title:        MouseEvent>>blueButtonChanged
Status:       Work Needed
Category:     Bug
Project:      Morphic
Area:         Misc
Priority:     5 - Fix If Time
Milestone:    Pharo3.0: 30/03/2014
Assigned To:  Everyone

URL:          https://pharo.fogbugz.com/default.asp?11021

blueButtonChanged should be renamed blueButtonPressed.
In addition the implementation of MouseEvent should use the class side method for encoding the mask:

blueButtonChanged
"Answer true if the blue mouse button has changed. This is the third mouse button or cmd+click on the Mac."

^ whichButton anyMask: 1

=>

blueButtonChanged
"Answer true if the blue mouse button has changed. This is the third mouse button or cmd+click on the Mac."

^ whichButton anyMask: self class blueButton


You are subscribed to this case.  If you do not want to receive automatic notifications in the future, unsubscribe (https://pharo.fogbugz.com/default.asp?pre=preUnsubscribe&pg=pgEditBug&command=view&ixBug=11021) from this case.

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