Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resize cursor does not display with P3D/P2D in Windows #4434

Open
ianlohjy opened this issue Apr 28, 2016 · 7 comments
Open

Resize cursor does not display with P3D/P2D in Windows #4434

ianlohjy opened this issue Apr 28, 2016 · 7 comments
Labels
help wanted We have very little time and would like some help opengl

Comments

@ianlohjy
Copy link

Link to Processing forum discussion

In Windows, when P3D/P2D is enabled the cursor no longer changes to the resize arrow icon when it is over the window border. Issue does not appear when using the default renderer, or on OSX as far as I can tell.

This is an issue in particular when surface.setResizable() is set to 'true' as users do not know where to click to resize the window.

Tested on 64-bit Windows 10 machine, Processing forum user GoToLoop also confirms the issue on a 64-bit Windows 7 machine (see forum post linked above). Tested with Processing 3.0.2.

Code snippet:

void settings()
{
   size(500,500,P3D); 
}

void setup()
{
  surface.setResizable(true);
}
@benfry benfry added the opengl label May 8, 2016
@LuislopezMartinez
Copy link

any solution?

@Nailik
Copy link

Nailik commented Sep 20, 2021

5 Years later ...

@benfry benfry added the help wanted We have very little time and would like some help label Oct 3, 2021
@benfry
Copy link
Contributor

benfry commented Oct 3, 2021

Five years later, and nobody has helped me by contributing a fix. So it remains unresolved.

@dman2210
Copy link

Bump

@Nailik
Copy link

Nailik commented Apr 24, 2023

Bump

I think this Repository (Processing 3) is stale, last Release was 3 years ago.

@dman2210
Copy link

Thank you for pointing that out. Apparently this is the wrong repo. They moved to a new one here: https://github.com/processing/processing4.
I will check out the issue there.

@Nailik
Copy link

Nailik commented Apr 24, 2023

Thank you for pointing that out. Apparently this is the wrong repo. They moved to a new one here: https://github.com/processing/processing4. I will check out the issue there.

That's what i just wanted to write.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted We have very little time and would like some help opengl
Projects
None yet
Development

No branches or pull requests

5 participants