OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wheel_delta_x_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/client/plugin/
pepper_input_handler.h
32
float
wheel_delta_x_
;
member in class:remoting::PepperInputHandler
pepper_input_handler.cc
18
wheel_delta_x_
(0),
114
wheel_delta_x_
+= delta.x();
123
int delta_x = static_cast<int>(
wheel_delta_x_
);
126
wheel_delta_x_
-= delta_x;
Completed in 222 milliseconds