firebreath - Can I get chrome's web page's HWND in Windows? -


i want port web game firebreath ppapi, old implemention is:

  • firebreath plugin pass window's hwnd other process
  • in other process,render , update game

i read doc of ppapi, seems there no way hwnd, can 1 give me idea?

there couple of important things know this:

1) ppapi supported built-in plugins, such flash. can enable additional ones using command-line flages, it's not viable real use.

2) 1 place can use ppapi in nacl/pnacl plugin, talk using nacl (native client) rather worrying name of api; nacl designed not allow access system apis such hwnd or use hwnd.

so short answer "no, there no way want". longer answer want require rewriting needed use opengl es w/ nacl. news same opengl available on mobile platforms, game might able leverage that.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -