Closed GoogleCodeExporter closed 9 years ago
Can you still zoom and pan the render area after you tried a "ctrl+click"? Can
you still change assets? If not, then the render area crashed, if yes, then
there is a strange bug on OS X.
Original comment by aurelien.ribon
on 9 Sep 2011 at 7:35
Yes, I can still pan and zoom.
Original comment by kensuke...@gmail.com
on 14 Sep 2011 at 8:50
The issue is that Gdx for some reason isn't able to recognize Keys.CONTROL_LEFT
or Keys.CONTROL_RIGHT on a Mac keyboard. For now I added "||
Gdx.input.isKeyPressed(Keys.Z)" so I can add control points.
Original comment by kensuke...@gmail.com
on 15 Sep 2011 at 7:35
Thanks for sharing, I'll change that in the editor's code, and I'll also submit
a bug report to libGDX.
Original comment by aurelien.ribon
on 16 Sep 2011 at 8:23
This issue was closed by revision 871e92159ca6.
Original comment by aurelien.ribon
on 28 Sep 2011 at 8:34
Original issue reported on code.google.com by
kensuke...@gmail.com
on 8 Sep 2011 at 4:23