cursor_set


Description:

[ Version ( deprecated = true , deprecated_since = "0.34" ) ]
public virtual signal void cursor_set (int width, int height, int hot_x, int hot_y, void* rgba)

Warning: cursor_set is deprecated since 0.34.

The cursor_set signal is emitted to modify cursor aspect and position on the display area.

Note:

Use cursor notify instead.

Parameters:

width

width of the shape

height

height of the shape

hot_x

horizontal offset of the 'hotspot' of the cursor

hot_y

vertical offset of the 'hotspot' of the cursor

rgba

32bits shape data, or null if default cursor. It might be freed after the signal is emitted, so make sure to copy it if you need it later!