Skip to content

Update on_mouse_moved

ralandel requested to merge (removed):fix-mouse-position into development

MR Description

A patch to prevent bug when an event use mouse detection with coordinates in fullscreensize (because Game_Pictures isn't really a Sprite) it is based on this previous MR : !1079 (closed)

Before testing

  • use an event with pictures changing according to the position of the mouse with Mouse.x and Mouse.y

Notes to acknowledge before testing

  • Make sure that your event works correctly. Also check that it doesn't interfere with other PSDK interfaces such as mining-game.

Tests to realize

  • check that all PSDK interfaces are working correctly in fullscreen
  • check the correct operation of an event interface using Mouse.x and Mouse.y in fullscreen

Merge request reports