Re: [Pharo-users] MouseWheelEvent direction in Pharo 4

2015-02-22 Thread Nicolai Hess
The idea behind this change was to not rely on any symbol #up or character but ask the event directly: event isUp event isDown ... see issue 4795 https://pharo.fogbugz.com/default.asp?4795 Horizontal wheel events and 14907 https://pharo.fogbugz.com/default.asp?14907 #mouseWheel: knows too much

[Pharo-users] MouseWheelEvent direction in Pharo 4

2015-02-22 Thread Jan B.
Hello In latest builds of Pharo 4 (in last 2 months probably), there has been a change in settings of mouse wheel event creation. In HandMorph #generateKeyboardEvent: In Pharo 3 there is MouseWheelEvent created by calling MouseWheelEvent new setType: #mouseWheel position: lastMouseEvent