Searched refs:padblocker_threshold (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/input/
H A Dtouchpad_settings.h22 uint16 padblocker_threshold; //0 to 100 member in struct:__anon1
/haiku/src/add-ons/input_server/filters/padblocker/
H A DPadBlocker.cpp23 padblocker_threshold value represents the delay between the last
132 _threshold = settings.padblocker_threshold;
/haiku/src/preferences/input/
H A DInputTouchpadPref.cpp64 msg.AddInt32("padblocker_threshold", fSettings.padblocker_threshold);
H A DInputTouchpadPrefView.cpp310 settings.padblocker_threshold = fPadBlockerSlider->Value();
313 if (settings.padblocker_threshold == 1000)
314 settings.padblocker_threshold = 0;
492 fPadBlockerSlider->SetValue(settings->padblocker_threshold);

Completed in 91 milliseconds