Function rust_raylib::ffi::TextToInteger
source · pub unsafe extern "C" fn TextToInteger(text: *const c_char) -> c_int
Expand description
Get integer value from text (negative values not supported)
pub unsafe extern "C" fn TextToInteger(text: *const c_char) -> c_int
Get integer value from text (negative values not supported)