Center the cursor in GD5

Hi, it is possible to add the action “Center the cursor” in GD5 ? (that was avaible on GD4)
it’ll be very helpfull for my next game ! :slight_smile:
Thank you.

Sorry, but it isn’t possible to change the position of the mouse through Javascript, the language used by GDevelop. It needs the win32api Wich is only compatible with c/c++ programming language and the languages that have a foreign function interface to interface with c/c++ code (and NodeJS does have one but not Webbrowsers, so it would be only partially compatible and user would be confused if it works only on some platforms)

Ah ok i understand, thank you for your reply.