• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            天行健 君子當(dāng)自強(qiáng)而不息

            DXUT框架剖析(9)

            下面列出允許改變DXUT行為和獲取內(nèi)部變量的函數(shù),這些函數(shù)在使用DXUT框架的Direct3D程序中是非常實用的。

             

            管理窗口的DXUT函數(shù)

            函數(shù) 描述
            DXUTGetHINSTANCE 獲取應(yīng)用程序?qū)嵗木浔?/font>
            DXUTGetHWND 獲取當(dāng)前設(shè)備窗口的句柄
            DXUTGetHWNDFocus 獲取當(dāng)前獲得焦點的窗口的句柄
            DXUTGetHWNDDeviceFullScreen 獲取全屏模式設(shè)備窗口的句柄
            DXUTGetHWNDDeviceWindowed 獲取窗口模式設(shè)備窗口的句柄
            DXUTGetWindowClientRect 獲取應(yīng)用程序設(shè)備窗口的客戶區(qū)矩形
            DXUTGetWindowTitle 獲取指向應(yīng)用程序窗口標(biāo)題的指針
            DXUTIsWindowed 檢查應(yīng)用程序是否處在窗口模式下

             

            DXUTGetHINSTANCE

            Get a handle to the application instance.

            HINSTANCE DXUTGetHINSTANCE();

            Parameters

            None.

            Return Values

            A handle to the application instance.

             

            DXUTGetHWND

            Get a handle to the current device window.

            HWND DXUTGetHWND();

            Parameters

            None.

            Return Values

            A handle to the current device window.

             

            DXUTGetHWNDFocus

            Get the handle of the focus window.

            HWND DXUTGetHWNDFocus();

            Parameters

            None.

            Return Values

            Handle to the focus window.

            Remarks

            The focus window informs Direct3D when the application is switched to a background window with an ALT+TAB key entry, a mouse click, or by other means. It is typically the same window as the device window.

             

            DXUTGetHWNDDeviceFullScreen

            Get the handle of the device window used when the application is fullscreen.

            HWND DXUTGetHWNDDeviceFullScreen();

            Parameters

            None.

            Return Values

            Returns a handle of the device window used when the application is fullscreen.

             

            DXUTGetHWNDDeviceWindowed

            Get the handle of the device window used when the application is windowed.

            HWND DXUTGetHWNDDeviceWindowed();

            Parameters

            None.

            Return Values

            Returns a handle of the device window used when the application is windowed.

             

            DXUTGetWindowClientRect

            Get the current client RECT of the application window.

            CONST RECT * DXUTGetWindowClientRect();

            Parameters

            None.

            Return Values

            Returns the current client RECT of the application window.

             

            DXUTGetWindowTitle

            Get a pointer to a string containing the application window title.

            LPCWSTR DXUTGetWindowTitle();

            Parameters

            None.

            Return Values

            Pointer to a string containing the application window title.

             

            DXUTIsWindowed

            Indicates whether the application is in windowed mode.

            BOOL DXUTIsWindowed();

            Parameters

            None.

            Return Values

            If TRUE, the application is in windowed mode. If the application is not in windowed mode, or no device exists, then FALSE is returned.

             

            管理設(shè)備的DXUT函數(shù)

            函數(shù) 描述
            DXUTSetCursorSettings 為全屏模式下光標(biāo)的用法設(shè)置選項
            DXUTSetMultimonSettings 為框架如何在多顯示器配置中工作設(shè)置選項
            DXUTToggleFullscreen 使應(yīng)用程序在窗口模式和全屏模式間切換
            DXUTToggleREF 使應(yīng)用程序在硬件抽象層和參考設(shè)備間切換

             

            DXUTSetCursorSettings

            Sets options for cursor usage in full-screen mode.

            HRESULT DXUTSetCursorSettings(
            bool bShowCursorWhenFullScreen,
            bool bClipCursorWhenFullScreen
            );

            Parameters

            bShowCursorWhenFullScreen
            [in] Cursor visibility flag. If true, the cursor will be visible when the application is running in full-screen mode.
            bClipCursorWhenFullScreen
            [in] Cursor clipping flag. If true, the cursor will be restricted from exiting the screen boundaries when the application is running in full screen mode.

            Return Values

            If the function succeeds, the return value is S_OK. If the function fails, the return value can be one of the error codes in DXUTERR.

             

            DXUTSetMultimonSettings

            Sets options for how DXUT functions on multiple monitors.

            VOID DXUTSetMultimonSettings(
            BOOL bAutoChangeAdapter
            );

            Parameters

            bAutoChangeAdapter
            [in] If TRUE and the application window is relocated to a different monitor, DXUT will automatically change to use the new monitor's adapter, and device callback functions will be called to recreate the scene.

            Return Values

            No return value.

             

            DXUTToggleFullscreen

            Switches the application between windowed and full-screen modes.

            HRESULT DXUTToggleFullscreen();

            Parameters

            None.

            Return Values

            If the function succeeds, the return value is S_OK. If the function fails, the return value can be one of the error codes in DXUTERR.

            Remarks

            This function works regardless of which Direct3D API version the application is using.

            Toggling between windowed and full-screen modes will result in swap chain being resized if using Direct3D 10, or the device being reset or recreated if using Direct3D 9.

             

            DXUTToggleREF

            Switches the application between HAL and reference device types.

            HRESULT DXUTToggleREF();

            Parameters

            None.

            Return Values

            If the function succeeds, the return value is S_OK. If the function fails, the return value can be one of the error codes in DXUTERR.

            Remarks

            This function works regardless of which Direct3D API version the application is using.


            posted on 2008-05-16 19:13 lovedday 閱讀(1142) 評論(0)  編輯 收藏 引用


            只有注冊用戶登錄后才能發(fā)表評論。
            網(wǎng)站導(dǎo)航: 博客園   IT新聞   BlogJava   博問   Chat2DB   管理


            公告

            導(dǎo)航

            統(tǒng)計

            常用鏈接

            隨筆分類(178)

            3D游戲編程相關(guān)鏈接

            搜索

            最新評論

            亚洲va中文字幕无码久久 | 久久免费精品视频| 色综合色天天久久婷婷基地| 欧美久久久久久午夜精品| 久久国内免费视频| 久久精品国产一区二区三区| 色99久久久久高潮综合影院| 久久男人Av资源网站无码软件| 亚洲狠狠综合久久| 久久九九久精品国产| 伊人久久大香线蕉av不变影院| AA级片免费看视频久久| 一本久久a久久精品vr综合| …久久精品99久久香蕉国产| 亚洲午夜久久久| 久久99国产综合精品免费| 亚洲日本久久久午夜精品| 国产韩国精品一区二区三区久久| 久久精品国产亚洲AV忘忧草18| 91久久精品视频| 久久精品成人欧美大片| 亚洲精品国精品久久99热| 狠狠色综合久久久久尤物| 久久婷婷五月综合97色一本一本| 性做久久久久久免费观看| segui久久国产精品| 国产欧美久久一区二区| 久久精品亚洲精品国产色婷| 7777精品伊人久久久大香线蕉| 青春久久| 性做久久久久久免费观看| 亚洲国产成人久久笫一页| 狠狠久久综合| 亚洲欧美日韩精品久久亚洲区| 欧美激情精品久久久久久久九九九| 精品久久久久中文字| 国内精品久久久久影院网站| 精品久久人人爽天天玩人人妻| 日韩欧美亚洲国产精品字幕久久久 | 久久无码人妻一区二区三区 | 日日狠狠久久偷偷色综合免费|