Re: screen origin/size message in NEWT
Posted by
Sven Gothel on
Feb 18, 2012; 4:08am
URL: https://forum.jogamp.org/screen-origin-size-message-in-NEWT-tp3754393p3755602.html
On 02/17/2012 06:33 PM, ac [via jogamp] wrote:
>
>
> Every time I run an application that uses NEWT rendering, I get an initial
> message like:
>
> "Detected screen origin 0 / 0, size 1920 x 1080"
>
> Is there any way to disable it?
You just did :)
I will move the code behind a conditional 'ifdef DEBUG',
sorry, I left it in the native code for a long time.
Next version won't have it anymore.
~Sven