[][src]Function pspsdk_sys::sdk::pspDebugKbDrawKey

pub unsafe extern "C" fn pspDebugKbDrawKey(
    row: c_int,
    col: c_int,
    highlight: c_int
)

Draw the specified key on the keyboard.

@param row - The row of the character to print (in charTable) @param col - The column of the character to print (in charTable) @param highlight - 0 for plain; otherwise highlighted