Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Script API: GUIMouseUp and Down events have click position as relative
There are two considerations for this: - The events refer to a mouse event over a particular GUI, not all or any gui, so it does not make much sense to have pos in screen coordinates. - In theory, gui's position may also change between recording a mouse event in the engine and script function call.
- Loading branch information