google-code-export / kytten

Automatically exported from code.google.com/p/kytten
1 stars 0 forks source link

Dialogs Y movement is inverted when dragging #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the a_test.py program
2. Drag the test dialog up and down
3. The movement of the dialog in the Y axis is inverted

What is the expected output? What do you see instead?
For the Dialog to move up when the mouse is moved up.
Instead the dialog moves in the opposite Y direction.

What version of the product are you using? On what operating system?
Mac OS-X 10.8 (Mountain Lion)
Pyglet 1.2alpha1
Python 2.7.3

Please provide any additional information below.

Original issue reported on code.google.com by adam.lw....@gmail.com on 23 Aug 2012 at 1:57

GoogleCodeExporter commented 9 years ago
I believe these are not kytten issues but regressions in pyglet.
See here:
https://groups.google.com/forum/?fromgroups=#!topic/pyglet-users/3vwClV9A6gQ
http://code.google.com/p/pyglet/issues/detail?id=611

Original comment by adam.lw....@gmail.com on 25 Sep 2012 at 7:05