Jump to content

[SOLVED] Window mode whitout the window title


photo

Recommended Posts

Posted

Hi,

I would like my Unigine application, to but in windows mode but without the window title, is it possible ? I haven't find anything in the documentation.

Thanks in advance and have a good week end.

Posted

See App.SetVideoMode...

The flag responsible is App.FULLWINDOW  Link  FULLWINDOW flag

e.g.

App.SetVideoMode(1024, 768, App.FULLWINDOW);

 

  • Like 1
  • silent changed the title to [SOLVED] Window mode whitout the window title
×
×
  • Create New...