22 #ifndef IMECONTROLLER_H
23 #define IMECONTROLLER_H
27 #include <palmimedefines.h>
70 void slotBluetoothKeyboardChanged(
bool active);
71 void slotTouchesReleasedFromScreen();
74 void hideIMEInternal();
75 void showIMEInternal();
82 enum PendingVisibility {
83 PendingVisibilityNone = 0,
84 PendingVisibilityHide,
87 PendingVisibility m_pendingVisibility;