i am trying to fill the entire screen with a blue background color.
how to write code that works on all devices ??
i am trying to fill the entire screen with a blue background color.
how to write code that works on all devices ??
you can use the following
display.setDefault( "background", 0, 0, 1 )
you can use the following
display.setDefault( "background", 0, 0, 1 )