|
This is because of a cleanup in InputEventFetcher.
To reproduce, the following instructions were all leading to true before and now some of them lead to false.
(InputEventSensor new
mapButtons: 4 modifiers: 0) = 4.
(InputEventSensor new
mapButtons: 4 modifiers: 2) = 2.
(InputEventSensor new
mapButtons: 4 modifiers: 8) = 1.
The fix is to be done in InputEventSensor>>#mapButtons:modifiers:
|
|
|
Priority: 5 – Fix If Time
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Later
|
Go to Case
|
|