[squeak-dev] The Trunk: Kernel-mt.1505.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Mar 7 12:01:15 UTC 2023


Marcel Taeumel uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-mt.1505.mcz

==================== Summary ====================

Name: Kernel-mt.1505
Author: mt
Time: 7 March 2023, 1:01:13.283373 pm
UUID: 516874b9-040f-5642-97e8-e037503b3834
Ancestors: Kernel-mt.1504

Move important #peekButtons method from ST80 to Kernel. See senders.

=============== Diff against Kernel-mt.1504 ===============

Item was added:
+ ----- Method: EventSensor>>peekButtons (in category 'private') -----
+ peekButtons
+ 
+ 	self fetchMoreEvents.
+ 	self eventQueue ifNotNil: [:queue | queue flush].
+ 	^ mouseButtons!



More information about the Squeak-dev mailing list