Skip to contents

Set mouse offset.

Usage

set_mouse_offset(offset_x, offset_y)

Arguments

offset_x

An integer.

offset_y

An integer.

Note

This function has been auto-generated from the following Raylib function definition:

void SetMouseOffset(int offsetX, int offsetY);

Examples

if (FALSE) {
set_mouse_offset(0L, 0L)
}