Update mouse pixel_x/y within the same tile in Feature Requests
|
|
|
|
| Status: |
Open
Issue hasn't been assigned a status value.
|
|
|
When working with Mouse procedures, I would like to be able to grab the current mouse pixel_x and pixel_y from the params, while staying in the same tile.
Right now, for an example, if I use MouseDrag(), it will tell me the pixel_x/y once MouseDrag() has been initiated. But if I move within the tile, I can not grab the new pixel location. The only time pixel_x/y updates is when you move into a new tile.
|