Searched refs:mousePref (Results 1 – 1 of 1) sorted by relevance
83 std::shared_ptr<NativePreferences::Preferences> mousePref = in GetPreferencesSettings() local85 CHKPR(mousePref, errno); in GetPreferencesSettings()92 pointerSize_ = mousePref->GetInt(strPointerSize_, POINTER_SIZE); in GetPreferencesSettings()93 pointerSpeed_ = mousePref->GetInt(strPointerSpeed_, POINTER_SPEED); in GetPreferencesSettings()94 pointerColor_ = mousePref->GetInt(strPointerColor_, POINTER_COLOR); in GetPreferencesSettings()95 pointerStyle_ = mousePref->GetInt(strPointerStyle_, POINTER_STYLE); in GetPreferencesSettings()96 mouseScrollRows_ = mousePref->GetInt(strMouseScrollRows_, MOUSE_SCROLL_ROWS); in GetPreferencesSettings()97 hoverScrollState_ = mousePref->GetBool(strHoverScrollState_, BOOL_DEFAULT); in GetPreferencesSettings()98 mousePrimaryButton_ = mousePref->GetInt(strMousePrimaryButton_, PRIMARY_BUTTON); in GetPreferencesSettings()110 magicPointerSize_ = mousePref->GetInt(strMagicPointerSize_, MAGIC_POINTER_SIZE); in GetPreferencesSettings()[all …]