Hi everybody,
I have tried to add a small panel (4x4 pixels) over a WheelView in order to mask the wheel on the defined area to prevent a mouse wheel rotation to rotate the WheelView in order to execute some other code.
Tried with panel, label, but still the WheelView capture the mouse wheel rotation event.
As there is no way in Android to move the mouse cursor in a specific position from an application, this is the only way I see to disable mouse wheel action on the interface and execute only my own code.
There is any other way to mask an area from a Wheelview?
Thank you,
Dan
I have tried to add a small panel (4x4 pixels) over a WheelView in order to mask the wheel on the defined area to prevent a mouse wheel rotation to rotate the WheelView in order to execute some other code.
Tried with panel, label, but still the WheelView capture the mouse wheel rotation event.
As there is no way in Android to move the mouse cursor in a specific position from an application, this is the only way I see to disable mouse wheel action on the interface and execute only my own code.
There is any other way to mask an area from a Wheelview?
Thank you,
Dan