Kode / Kha

Ultra-portable, high performance, open source multimedia framework.
http://kha.tech
zlib License
1.48k stars 174 forks source link

Full Screen fails to work #1378

Closed jrdoughty closed 2 years ago

jrdoughty commented 2 years ago

Unable to get full screen to work by both adding Window to the start function as: window: { windowFeatures: FeatureMinimizable, mode: kha.WindowMode.Fullscreen }

or running Window.get(0).mode = WindowMode.Fullscreen which yields Uncaught TypeError: fullscreen error

fails in both html5 and windows builds

Using VS Code on Windows 10 and Windows 11 https://github.com/jrdoughty/GitGold is the repo I'm experimenting within, but it requires other libraries, in particular my fork of echoes

RobDangerous commented 2 years ago

Please use the Bug report issue template when reporting a bug.