• <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>

            S.l.e!ep.¢%

            像打了激速一樣,以四倍的速度運轉,開心的工作
            簡單、開放、平等的公司文化;尊重個性、自由與個人價值;
            posts - 1098, comments - 335, trackbacks - 0, articles - 1
              C++博客 :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理

            原始輸入

            Posted on 2010-01-08 22:52 S.l.e!ep.¢% 閱讀(915) 評論(0)  編輯 收藏 引用 所屬分類: RootKit

            原始輸入[第一次翻譯msdn,保留原文,歡迎指正] 收藏
            ?
            Raw Input
            原始輸入

            --------------------------------------------------------------------------------

            This section describes how the system provides raw input to your application and how an application receives and processes that input. Raw input is sometimes referred to as generic input.
            ?
            這一節描述了系統如何為你的應用程序提供原始輸入以及應用程序如何接受和處理這些輸入,原始輸入有時跟常規輸入相提并論。
            Overviews
            預覽
            About Raw Input
            關于Raw Input(原始輸入)
            This topic discusses user-input from devices such as joysticks, touch screens, and microphones.
            該主題討論了來自設備的用戶輸入,比如游戲桿,觸摸屏,以及麥克風。
            Using Raw Input
            使用Raw Input
            This section includes sample code for tasks relating to raw input.
            這一節包含與原始輸入相關的任務示例代碼。
            Functions
            DefRawInputProc
            The DefRawInputProc function calls the default raw input procedure to provide default processing for any
            DefRawInputProc函數調用默認的原始輸入處理過程為應用程序沒有處理的原始輸入消息提供默認的處理。
            raw input messages that an application does not process. This function ensures that every message is
            該函數確保每個消息都是處理過的。
            processed. DefRawInputProc is called with the same parameters received by the window procedure.
            DefRawInputProc 使用從窗體過程接受來的參數進行調用。
            GetRawInputBuffer
            The GetRawInputBuffer function does a buffered read of the raw input data.
            GetRawInputBuffer函數對原始輸入數據進行帶緩沖區的讀操作。
            GetRawInputData
            The GetRawInputData function gets the raw input from the specified device.
            GetRawInputData函數從指定的設備獲取原始輸入。
            GetRawInputDeviceInfo
            The GetRawInputDeviceInfo function gets information about the raw input device.
            GetRawInputDeviceInfo函數獲取獲取原始輸入設備的相關信息。
            GetRawInputDeviceList
            The GetRawInputDeviceList function enumerates the raw input devices attached to the system.
            GetRawInputDeviceList函數列舉連接在系統上的原始輸入設備。
            GetRegisteredRawInputDevices
            The GetRegisteredRawInputDevices function gets the information about the raw input devices for the current application.
            GetRegisteredRawInputDevices獲取當前應用程序的原始輸入設備的相關信息。
            RegisterRawInputDevices
            The RegisterRawInputDevices function registers the devices that supply the raw input data.
            RegisterRawInputDevices函數對提供原始輸入數據的設備進行注冊。
            Macros
            GET_RAWINPUT_CODE_WPARAM
            The GET_RAWINPUT_CODE_WPARAM macro gets the input code from wParam in WM_INPUT.
            GET_RAWINPUT_CODE_WPARAM宏從WM_INPUT消息的wParam參數中獲取輸入碼。
            NEXTRAWINPUTBLOCK
            The NEXTRAWINPUTBLOCK macro gets the location of the next structure in an array of RAWINPUT structures.
            NEXTRAWINPUTBLOCK宏獲取RAWINPUT結構體數組中下一個結構體的地址。
            Notifications
            WM_INPUT
            The WM_INPUT message is sent to the window that is getting raw input.
            獲得原始輸入后WM_INPUT消息被發送到窗口。
            A window receives this message through its WindowProc function.
            一個窗口通過他的WindowProc函數接收這個消息。
            Structures
            RAWHID
            The RAWHID structure describes the format of the raw input from a Human Interface Device (HID).
            RAWHID結構描述從HID(Human Interface Device,人機接口設備)獲取的原始輸入的格式。
            RAWINPUT
            The RAWINPUT structure contains the raw input from a device.
            RAWINPUT結構包含從設備獲取的原始輸入。
            RAWINPUTDEVICE
            The RAWINPUTDEVICE structure defines information for the raw input devices.
            RAWINPUTDEVICE結構定義了原始輸入設備的信息。
            RAWINPUTDEVICELIST
            The RAWINPUTDEVICELIST structure contains information about a raw input device.
            RAWINPUTDEVICELIST結構包含原始輸入設備的相關信息。
            RAWINPUTHEADER
            The RAWINPUTHEADER structure contains the header information that is part of the raw input data.
            RAWINPUTHEADER結構包含了原始輸入數據的頭部信息。
            RAWKEYBOARD
            The RAWKEYBOARD structure contains information about the state of the keyboard.
            RAWKEYBOARD結構包含了鍵盤的狀態信息。
            RAWMOUSE
            The RAWMOUSE structure contains information about the state of the mouse.
            RAWMOUSE結構包含了鼠標的狀態信息。
            RID_DEVICE_INFO
            The RID_DEVICE_INFO structure defines the raw input data coming from any device.
            RID_DEVICE_INFO結構定義了來自任意設備的原始輸入數據。
            RID_DEVICE_INFO_HID
            The RID_DEVICE_INFO_HID structure defines the raw input data coming from the specified HID.
            RID_DEVICE_INFO_HID結構定義了來自特定HID的原始輸入數據。
            RID_DEVICE_INFO_KEYBOARD
            The RID_DEVICE_INFO_KEYBOARD structure defines the raw input data coming from the specified keyboard.
            RID_DEVICE_INFO_KEYBOARD結構定義了來自特定鍵盤的原始輸入數據。
            RID_DEVICE_INFO_MOUSE
            The RID_DEVICE_INFO_MOUSE structure defines the raw input data coming from the specified mouse.
            RID_DEVICE_INFO_MOUSE結構定義了來自指定鼠標的原始輸入數據。

            本文來自CSDN博客,轉載請標明出處:http://blog.csdn.net/bingdian37/archive/2006/12/07/1434149.aspx

            久久亚洲精精品中文字幕| 亚洲AV无码久久精品狠狠爱浪潮| 久久亚洲国产成人精品无码区| 久久精品国产亚洲av麻豆色欲 | 中文字幕热久久久久久久| 久久精品成人| 热RE99久久精品国产66热| 久久久无码精品午夜| 久久最新免费视频| 欧美麻豆久久久久久中文| 色天使久久综合网天天| 久久久精品人妻无码专区不卡| 热久久国产精品| 国产成人精品久久亚洲| 国产精品xxxx国产喷水亚洲国产精品无码久久一区 | 日批日出水久久亚洲精品tv| 精品免费久久久久国产一区 | 天天久久狠狠色综合| 国内精品久久久久久久久| 久久影院亚洲一区| 亚洲欧美日韩久久精品第一区| 日日躁夜夜躁狠狠久久AV| 久久综合噜噜激激的五月天| 国产精品9999久久久久| 久久久久久国产a免费观看不卡| 亚洲国产一成久久精品国产成人综合 | 久久精品水蜜桃av综合天堂| 久久AV高清无码| 久久久中文字幕| 久久这里都是精品| 国产偷久久久精品专区 | 欧美熟妇另类久久久久久不卡| 狠狠88综合久久久久综合网| 韩国三级中文字幕hd久久精品| 国产成人精品综合久久久 | 久久综合九色综合久99| 亚洲伊人久久综合影院| 久久久精品国产sm调教网站| 久久精品成人影院| 久久久精品人妻一区二区三区蜜桃| 大美女久久久久久j久久|