开发者

npapi full screen

开发者 https://www.devze.com 2023-01-10 09:14 出处:网络
I have a npapi 开发者_运维问答plugin working on WebKit. How do I get it to work fullscreen? Is setting the screen browsers or plugins job?There\'s no API in NPAPI to go full-screen, so you have to do

I have a npapi 开发者_运维问答plugin working on WebKit. How do I get it to work fullscreen? Is setting the screen browsers or plugins job?


There's no API in NPAPI to go full-screen, so you have to do that yourself by opening a native window and using native platform APIs to make it full screen, then do your drawing there.

0

精彩评论

暂无评论...
验证码 换一张
取 消