Instruction set reference
HIPE_OP_SET_CURSOR
Send this instruction to the display server to apply a custom mouse cursor to the specified location. The mouse cursor is generated from a character symbol and can be any unicode character for which the necessary font is available on the system.
- location: The tag element to apply the custom mouse cursor to.
- arg[0]: The character from which a mouse cursor should be generated. For example "⇖". (If you are viewing this documentation on a mobile device without symbolic fonts, that symbol might look weird.)
Notes
As with all text data in Hipe, the character symbol is assumed to be UTF8 encoded.