src/hbplugins/inputmethods/touchinput/hbinputbasic12keyhandler_p.h
changeset 34 ed14f46c0e55
parent 2 06ff229162e9
equal deleted inserted replaced
31:7516d6d86cf5 34:ed14f46c0e55
    45     QChar mCurrentChar;
    45     QChar mCurrentChar;
    46     int mNumChr;
    46     int mNumChr;
    47     int mDownKey;
    47     int mDownKey;
    48     HbInputFocusObject *mCurrentlyFocused;
    48     HbInputFocusObject *mCurrentlyFocused;
    49     bool mLongPressHappened;
    49     bool mLongPressHappened;
    50 	bool mShiftKeyDoubleTapped;
    50     bool mShiftKeyDoubleTapped;
    51 };
    51 };
    52 
    52