[linux/win32] How to enter fullscreen mode?

(I tried searching for the answer and did found some threads, however the forum wouldn’t let me see those)

How do I enter fullscreen mode?

platform: linux, win32
version: cocos2d-2.0-x-2.0.4

Do I have to implement my own CCEGLView? It seems like the cocos2d-x one hardcoded to use window-only :frowning:

Yep, it doesn’t support full screen mode since desktop platform is just for debugging.
You should hack CCEGLView to achieve that. :slight_smile: