Parsec

ParsecHostSubmitCursor

ParsecStatusParsecHostSubmitCursor(Parsec *
ps,
uint8_t
stream,
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

DirectionNameDescription
inpsParsec instance returned by ParsecInit.
instreamVideo stream index. Must be less than NUM_VSTREAMS.
incursorCursor properties.
inimage32-bits per pixel RGBA cursor image buffer.

Returns

PARSEC_OK on success or PARSEC_NOT_RUNNING if the host has not been started.