Function rust_raylib::ffi::TextAppend
source · pub unsafe extern "C" fn TextAppend(
text: *mut c_char,
append: *const c_char,
position: *mut c_int
)
Expand description
Append text at specific position and move cursor!
pub unsafe extern "C" fn TextAppend(
text: *mut c_char,
append: *const c_char,
position: *mut c_int
)
Append text at specific position and move cursor!