Loading include/input/KeyCharacterMap.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -235,7 +235,7 @@ private: KeyedVector<int32_t, Key*> mKeys; KeyedVector<int32_t, Key*> mKeys; KeyboardType mType; KeyboardType mType; std::string mLoadFileName; std::string mLoadFileName; bool mLayoutOverlayApplied; bool mLayoutOverlayApplied = false; std::map<int32_t /* fromAndroidKeyCode */, int32_t /* toAndroidKeyCode */> mKeyRemapping; std::map<int32_t /* fromAndroidKeyCode */, int32_t /* toAndroidKeyCode */> mKeyRemapping; std::map<int32_t /* fromScanCode */, int32_t /* toAndroidKeyCode */> mKeysByScanCode; std::map<int32_t /* fromScanCode */, int32_t /* toAndroidKeyCode */> mKeysByScanCode; Loading Loading
include/input/KeyCharacterMap.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -235,7 +235,7 @@ private: KeyedVector<int32_t, Key*> mKeys; KeyedVector<int32_t, Key*> mKeys; KeyboardType mType; KeyboardType mType; std::string mLoadFileName; std::string mLoadFileName; bool mLayoutOverlayApplied; bool mLayoutOverlayApplied = false; std::map<int32_t /* fromAndroidKeyCode */, int32_t /* toAndroidKeyCode */> mKeyRemapping; std::map<int32_t /* fromAndroidKeyCode */, int32_t /* toAndroidKeyCode */> mKeyRemapping; std::map<int32_t /* fromScanCode */, int32_t /* toAndroidKeyCode */> mKeysByScanCode; std::map<int32_t /* fromScanCode */, int32_t /* toAndroidKeyCode */> mKeysByScanCode; Loading