Status: Accepted
Owner:
[hidden email]
Labels: Milestone-2.0 Type-Cleanup
New issue 5660 by
[hidden email]: having more handles*: for keyboard
handling
http://code.google.com/p/pharo/issues/detail?id=5660Nowadays, we have
handleKeyStroke: anEvent
handleKeyDown: anEvent
handleKeyUp: anEvent
But we have only on test method for them:
handlesKeyboard: anEvent
What about having the three more specialized
handlesKeysTroke: anEvent
handlesKeyDown: anEvent
handleKeyUp: anEvent
all defaulting to
^self handlesKeyboard: anEvent
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker