how can I change the hardware cursor color on mouse-over?

how can I change the hardware cursor color on mouse-over?

I know how to change the texture used for the hardware cursor, but can’t find a way to tint the texture for a mouse-over, short of duplicating all the textures and that won’t allow the user to define the color

is this even possible? can’t find anything in docs

any info appreciated

You would have to use different textures. You can create textures programmatically, so you can use that instead of duplicating textures, and to allow the user to define the color.