Page 1 of 1

Printing messages to a console

Posted: Fri Jul 03, 2020 6:43 am
by ZiraFox
In the sdl2-demo example project, there's a printf() statement:

Code: Select all

printf("%d\n",event.jbutton.button);
Where does this print to? As far as I've seen, there is no use of console.h or nxlink

Re: Printing messages to a console

Posted: Tue Jul 07, 2020 2:57 am
by WinterMute
It prints to nowhere, it's just a stray printf from testing.