• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

window_get_fullscreen

  1. K

    Malformed if statement for full screen and problems with script

    I'm have some issues involving an if statement in an object that I'm using to fullscreen my game and involving a script. This code will essentially check that if you press the f key, you are also holding the ctrl key as well. This would help with some issues with putting my game in full screen...
  2. FredFredrickson

    Mac OSX window_set_fullscreen() not working in OSX?

    Pretty simple really - I have a function in my game that works on Windows, but seems to do nothing when I run it in OS X. The code looks like this: if (window_get_fullscreen()){ window_set_fullscreen(false); } else { window_set_fullscreen(true); } Weirdly...
Top