|
Re: RE: RE: RE: Photon Fullscreen App
|
10/05/2010 9:37 AM
post69571
|
Re: RE: RE: RE: Photon Fullscreen App
I am not sure what exactly your goal is, but if you would like to have a window without a frame that covers the entire
graphics region, you need to follow Derek's suggestion and disable all decorations via Pt_ARG_WINDOW_RENDER_FLAGS, the
second step is to set the proper window dimensions via Pt_ARG_DIM/Pt_ARG_AREA. Use the PhWindowQueryVisible() with the
Ph_QUERY_GRAPHICS flag to learn the size of the graphics region.
|
|
|