Ben Fry

Results 151 comments of Ben Fry

I don't doubt it's a problem but I still can't reproduce on any machines in my possession. If someone with the issue can find and contribute a fix, that'd be...

Ok, these should be getting mapped properly to the same values as in the Java2D renderer.

Thanks for looking into it! The trick is that `apple.awt.application.appearance` has to be set before AWT (any GUI) is initialized. Earliest possible is just before the splash screen is invoked,...

Have you tried switching to `P2D` instead? Part of the problem with the default renderer (and why JavaFX and OpenGL are in there) is because Java2D is dreadfully slow just...

What was the version of Processing where this worked? If we did, I believe we may have had to remove it because I didn't have time to support it properly...

Ok, though I think I'd recommend just not using `pixelDensity()` in these cases.

Yes, went to pull it in but realized that I needed to do additional testing… This is a really messy issue because of the way that different key combinations are...

Yeah, it's because with any keystroke there may be a combination of `key` and `keyCode`, and those vary as different modifiers are applied. It's especially important in this scenario where...

Yikes, are you certain you were using the 4.3 version? It should have given you a message asking if you were sure, and specifically saying “This will delete the "Downloads"...

Probably the same issue: https://github.com/processing/processing4/issues/700