Software-based Input Panel Interfaces (Compact 2013)

3/28/2014

This section describes the interfaces for the software-based input panel (SIP), which simulates keyboard input in Windows Embedded Compact devices that do not have keyboards.

To add this feature to your OS, see SIP Software-based Input Panel Catalog Items and Sysgen Variables.

For more information, see Software-based Input Panel.

Sample application code is available at %_WINCEROOT%\Public\Common\Sdk\Samples\Sipselect.

In This Section

  • IIMCallback
    Contains methods that the input method calls to send keystrokes to the current application and to change the icon that displays on the Input Panel button.
  • IInputMethod
    Contains methods that the SIP calls to notify the input method of state changes and to request action and information from the input method. You must implement the methods of this interface.

See Also

Reference

Software-based Input Panel Reference