Class: Window
Syntax:
extern _kernel_oserror *window_set_pointer
(
unsigned int flags,
ObjectId window,
char *sprite_name,
int x_hot_spot,
int y_hot_spot
);
Purpose: Function sets the pointer shape in the specified window. If sprite_name = 0 then the pointer for this window is detached.
|
|
|