Printing messages to a console
Posted: Fri Jul 03, 2020 6:43 am
In the sdl2-demo example project, there's a printf() statement:
Where does this print to? As far as I've seen, there is no use of console.h or nxlink
Code: Select all
printf("%d\n",event.jbutton.button);