object_move_to

Function object_move_to 

Source
pub unsafe fn object_move_to(obj: *mut Object, x: i32, y: i32) -> Result<()>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.