Karl Ramberg uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-kfr.1026.mcz==================== Summary ====================
Name: System-kfr.1026
Author: kfr
Time: 17 May 2018, 10:55:54.266357 am
UUID: ba06ecc5-87d4-3640-ae2b-e621230bfc82
Ancestors: System-mt.1025
Convert to EventSensor for older projects
=============== Diff against System-mt.1025 ===============
Item was changed:
----- Method: SmartRefStream>>initKnownRenames (in category 'read write') -----
initKnownRenames
renamed
at: #FlasherMorph put: #Flasher;
at: #AlansTextPlusMorph put: #TextPlusMorph;
at: #Project put: #MorphicProject;
at: #Presenter put: #EtoysPresenter;
+ at: #InputSensor put: #EventSensor;
yourself!
Item was added:
+ ----- Method: SmartRefStream>>inputSensorx0 (in category 'conversion') -----
+ inputSensorx0
+
+ ^ EventSensor!