Public Member Functions | |
| bool | getSipVisible () |
| Returns true if SIP is visible. | |
| void | showSip (Widget *widget, bool visible=true) |
| Shows the SIP on Windows CE devices. | |
Contains WinCE Windows API specific functions for the application class.
| bool getSipVisible | ( | ) |
Returns true if SIP is visible.
Call this function to determine if SIP is visible
| void showSip | ( | Widget * | widget, | |
| bool | visible = true | |||
| ) |
Shows the SIP on Windows CE devices.
Call this function to show the SIP (keyboard) on Windows CE devices, call showSip with visible = false to hide it again.