getscreensize

Function getscreensize 

Source
pub unsafe extern "C" fn getscreensize(
    width: *mut c_uchar,
    height: *mut c_uchar,
)
Expand description

\m65libsummary{getscreensize}{Returns the dimensions of the text screen} \m65libsyntax {void getscreensize(unsigned char* width, unsigned char* height)} \m65libparam {width}{Pointer to location where width will be returned} \m65libparam {height}{Pointer to location where height will be returned}