piccolo2d / piccolo2d.java

Structured 2D Graphics Framework
http://piccolo2d.org
Other
51 stars 14 forks source link

Add horizontal scrolling emulation in PCanvas #241

Closed mro closed 9 months ago

mro commented 9 years ago

Originally reported on Google Code with ID 241

Per comments in Issue 207

http://code.google.com/p/piccolo2d/issues/detail?id=207#c8
http://code.google.com/p/piccolo2d/issues/detail?id=207#c9
http://code.google.com/p/piccolo2d/issues/detail?id=207#c10

support horizontal scrolling in PCanvas.  This might mean adding support for more buttons
and using shift + mousewheel to emulate native horizontal scrolling.

Reported by heuermh on 2012-08-31 20:15:42

mro commented 9 years ago

Reported by heuermh on 2012-08-31 20:29:30

heuermh commented 3 years ago

@dstiers11 Is this an issue you are interested in? It appears I originally reported it 8 years ago. I am not sure, has the JDK properly integrated with native platform horizontal scrolling by now?