mouse_spot

The mouse pointer's 'hot spot'. The x and y coordinates of this vector give the sensitive spot in pixels relative to the upper left corner of the mouse pointer bitmap.

Range

0 .. mouse_map dimension in pixels (default: 0,0)

Type:

VECTOR

Example:

BMAP* arrow_pcx = "arrow.pcx";
...
mouse_map = arrow_pcx;
mouse_spot.x = bmap_width(arrow_pcx)/2; // hot spot in the bmap center
mouse_spot.y = bmap_height(arrow_pcx)/2; 

See also:

mouse_mode, mouse_pos, mouse_map, mickey, mouse_range, mouse_moving, mouse_calm, mouse_time, mouse_left, mouse_ent, mouse_force