Searched refs:fLastEdgeMotion (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/input_server/devices/mouse/
H A Dmovement_maker.cpp282 if (fLastEdgeMotion != 0) {
284 float(time - fLastEdgeMotion) / (1000 * 1000);
318 fLastEdgeMotion = 0;
320 fLastEdgeMotion = time;
365 fLastEdgeMotion = 0;
H A Dmovement_maker.h93 bigtime_t fLastEdgeMotion; member in class:TouchpadMovement

Completed in 74 milliseconds