Home
last modified time | relevance | path

Searched refs:strTouchpadRightClickType_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/module_loader/include/
H A Dmultimodal_input_preferences_manager.h69 const std::string strTouchpadRightClickType_ = "rightMenuSwitch"; variable
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmultimodal_input_preferences_manager.cpp106 touchpadRightClickType_ = touchpadPref->GetInt(strTouchpadRightClickType_, RIGHT_CLICK_TYPE); in GetPreferencesSettings()
135 preferencesMap_[strTouchpadRightClickType_] = {TOUCHPAD_FILE_NAME, touchpadRightClickType_}; in InitPreferencesMap()