Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

You can use application_surface_draw_enable to disable automatic drawing of application_surface and then draw it yourself as you please in Draw GUI event (e.g. right before Gameframe’s draw).

The only thing to be aware with this is that you need to do a little math to calculate the mouse position because there isn’t a application_set_position function.