Set the hardware cursor position
#include <gf/gf.h> int gf_cursor_set_pos( gf_display_t display, unsigned cursor_index, int x, int y );
gf
This function sets the position of the hardware cursor for a display.
Threads should not call this function between calls to gf_draw_begin() and gf_draw_end(), or a deadlock will occur. |
QNX Graphics Framework
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |
gf_cursor_disable(), gf_cursor_enable(), gf_cursor_set()