ParsecHostSubmitCursor
ParsecStatusParsecHostSubmitCursor(Parsec *ps,uint8_tstream,const ParsecCursor *cursor,const void *image)
Submit a cursor mode and/or image update to connected guests. HOST_GAME
only.
The cursor image buffer must be in 32-bit RGBA with no padding or bitmap header.
Parameters
Direction | Name | Description |
---|---|---|
in | ps | Parsec instance returned by ParsecInit . |
in | stream | Video stream index. Must be less than NUM_VSTREAMS . |
in | cursor | Cursor properties. |
in | image | 32-bits per pixel RGBA cursor image buffer. |
Returns
PARSEC_OK
on success or PARSEC_NOT_RUNNING
if the host has not been started.