Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

GMEdit

A high-end code editor for all things GameMaker · By YellowAfterlife

[Fixed] BUG REPORT: Global mouse left events

A topic by hippyman created Mar 11, 2018 Views: 390 Replies: 2
Viewing posts 1 to 3
(3 edits)

The events "Global Left Down" and "Global Left Pressed" are both seen as mouse_global_left_button.

You can't do it from GMEdit to GMS. But if you create the events in GMS and then reload the project in GMEdit it gives you two mouse_global_left_button event. When you write some code and try to save, it gives a duplicate events error.

Developer(+1)

Should open "events.gml" in "resources/app/api" directory and change 6:53 to be mouse_global_left_press. 

Nice, thanks buddy!