C# Class WindowsPhoneTestFramework.Server.WindowsPhoneDeviceController.WindowsPhoneWindowsEmulatorDisplayInputController

Inheritance: WindowsPhoneTestFramework.Server.DisplayInputControllerCore.WindowsEmulatorDisplayInputControllerBase
显示文件 Open project: Expensify/WindowsPhoneTestFramework Class Usage Examples

Public Methods

Method Description
EnsureHardwareKeyboardDisabled ( ) : void
EnsureHardwareKeyboardEnabled ( ) : void
WindowsPhoneWindowsEmulatorDisplayInputController ( ) : System.Configuration

Protected Methods

Method Description
HardwareButtonToKeyCode ( PhoneHardwareButton whichHardwareButton ) : VirtualKeyCode

Method Details

EnsureHardwareKeyboardDisabled() public method

public EnsureHardwareKeyboardDisabled ( ) : void
return void

EnsureHardwareKeyboardEnabled() public method

public EnsureHardwareKeyboardEnabled ( ) : void
return void

HardwareButtonToKeyCode() protected method

protected HardwareButtonToKeyCode ( PhoneHardwareButton whichHardwareButton ) : VirtualKeyCode
whichHardwareButton PhoneHardwareButton
return VirtualKeyCode

WindowsPhoneWindowsEmulatorDisplayInputController() public method

public WindowsPhoneWindowsEmulatorDisplayInputController ( ) : System.Configuration
return System.Configuration