TCOD_console_get_char

Function TCOD_console_get_char 

Source
pub unsafe extern "C" fn TCOD_console_get_char(
    con: TCOD_console_t,
    x: c_int,
    y: c_int,
) -> c_int