Searched defs:scroll_step (Results 1 - 3 of 3) sorted by relevance
/third_party/libinput/test/ |
H A D | test-pointer.c | 617 double scroll_step, expected, discrete, v120; in test_high_and_low_wheel_events_value() local
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 3807 float scroll_step = ImFloor(ImMin(5 * window->CalcFontSize(), max_step)); in UpdateMouseWheel() local 3821 float scroll_step = ImFloor(ImMin(2 * window->CalcFontSize(), max_step)); in UpdateMouseWheel() local
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 15912 float scroll_step; in nk_panel_end() local 21522 float scroll_step; in nk_do_scrollbarv() local 21402 nk_scrollbar_behavior(nk_flags *state, struct nk_input *in, int has_scrolling, const struct nk_rect *scroll, const struct nk_rect *cursor, const struct nk_rect *empty0, const struct nk_rect *empty1, float scroll_offset, float target, float scroll_step, enum nk_orientation o) nk_scrollbar_behavior() argument 21611 float scroll_step; nk_do_scrollbarh() local 23202 float scroll_step; nk_do_edit() local [all...] |
Completed in 63 milliseconds