lichtungsgnarr / controlp5

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

Wrong controls position and mouse offset #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use Processing in an IDE like IntelliJ IDEA
2. Define dependencies to Processing, ControlP5 and OpenGL
3. Switch from normal display mode to P3D mode

What is the expected output? What do you see instead?
The position of the control is wrong. 
.setPosition(0, 0) put it above the upper screen boundary. But it only the 
y-axis affected.

The mouse hover to interact with the control reacts on the real position of the 
control. This mean, that the control get hightlighted when I am a few pixel 
below it. I click onto the background and interact with the control

What version of the product are you using? On what operating system?
ControlP5 2.0.4. OSX 10.7.5

Please provide any additional information below.
I attach a sample project to illustrate the issue. Its a copy of my IntelliJ 
project folder.

Regards
Stefano

Original issue reported on code.google.com by blued...@mailbox.org on 30 May 2013 at 12:19

Attachments:

GoogleCodeExporter commented 9 years ago
Sorry, cant reproduce the behavior you are describing with processing 2.0b9 and 
controlP5 2.0.4. moving groups or controllers works correctly for me.

Original comment by soj...@gmail.com on 10 Jun 2013 at 3:12