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

/haiku/src/add-ons/input_server/devices/mouse/
H A Dmovement_maker.cpp47 fSpecs = specs;
49 fAreaWidth = fSpecs.areaEndX - fSpecs.areaStartX;
50 fAreaHeight = fSpecs.areaEndY - fSpecs.areaStartY;
247 if (event->zPressure >= fSpecs.minPressure
248 && event->zPressure < fSpecs.maxPressure
294 if (int32(event->xPosition) < fSpecs.areaStartX + fSpecs.edgeMotionWidth) {
298 fSpecs
[all...]
H A Dmovement_maker.h31 touchpad_specs fSpecs; member in class:MovementMaker
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DKeyCommandMap.h25 // the fSpecs list to match them (asynchronously).
59 BList* fSpecs; member in class:KeyCommandMap
H A DKeyCommandMap.cpp81 fSpecs(NULL)
113 _DeleteHKSList(fSpecs);
137 && fSpecs != NULL && fSyncSpecs.Lock()) {
138 int32 count = fSpecs->CountItems();
140 hks* next = (hks*)fSpecs->ItemAt(i);
310 oldList = fSpecs;
311 fSpecs = newList;

Completed in 84 milliseconds