天天看點

重新想象 Windows 8 Store Apps (49) - 輸入: 擷取輸入裝置資訊, 虛拟鍵盤, Tab 導航, Pointer, Tap, Drag, Drop

<a href="http://files.cnblogs.com/webabcd/Windows8.rar">[源碼下載下傳]</a>

重新想象 Windows 8 Store Apps (49) - 輸入: 擷取輸入裝置資訊, 虛拟鍵盤, Tab 導航, Pointer, Tap, Drag, Drop

介紹

重新想象 Windows 8 Store Apps 之 輸入

輸入裝置的相關資訊

SIP(Soft Input Panel)的應用

Tab 鍵導航

Pointer - 指針,滑鼠

Tap - 觸摸

Drag 和 Drop

示例

1、示範如何擷取輸入裝置的相關資訊

Input/InputDeviceInfo.xaml

Input/InputDeviceInfo.xaml.cs

2、示範 SIP(Soft Input Panel)的應用

Input/Keyboard/Demo.xaml

Input/Keyboard/Demo.xaml.cs

3、示範 Control 的 Tab 導航相關屬性的應用

Input/Keyboard/TabNavigation.xaml

4、示範 Pointer 相關事件的應用

Input/Touch/Pointer.xaml

Input/Touch/Pointer.xaml.cs

5、示範 Tap 相關事件的應用

Input/Touch/Tap.xaml

Input/Touch/Tap.xaml.cs

6、關于 AllowDrop, Drop, DragEnter, DragOver, DragLeave

Input/Touch/DragDrop.xaml

OK

繼續閱讀