Mouse Warp
On some platfoms the mous can be warped. Use betray_support_functionality(B_SF_MOUSE_WARP); to qquery if the functionality is available
betray_set_mouse_warp
void betray_set_mouse_warp(boolean warp);
Description: warp mouse to never hit the edges. Renders pointer_x/y voidbetray_set_mouse_move
void betray_set_mouse_move(float x, float y);
Description: Moves the mouse pointer to a specific x,Y coordinate