Set cursor position

Subj is possible?

I need it because I do not like how the cursor is positioned when you go to full screen mode and back. And there is issue - if often change full-screen mode (eg alt + enter) you will notice as the cursor moves farther.

OpenFL 3.5.3
Lime 2.8.2
Haxe 3.2.1
Win10 x64

Do you mean text cursor position in a TextField, or mouse warping? Either should be possible I think

http://api.openfl.org/lime/ui/Mouse.html#warp

Thank you!
lime.ui.Mouse is what I was looking for.