Home
last modified time | relevance | path

Searched refs:clicks (Results 1 – 25 of 104) sorted by relevance

12345

/third_party/gstreamer/gstplugins_good/gst/debugutils/
Dgstnavigationtest.c89 navtest->clicks = g_slist_prepend (navtest->clicks, click); in gst_navigationtest_src_event()
100 navtest->clicks = g_slist_prepend (navtest->clicks, click); in gst_navigationtest_src_event()
182 walk = navtest->clicks; in gst_navigationtest_transform_frame()
190 navtest->clicks = g_slist_remove (navtest->clicks, click); in gst_navigationtest_transform_frame()
214 g_slist_foreach (navtest->clicks, (GFunc) g_free, NULL); in gst_navigationtest_change_state()
215 g_slist_free (navtest->clicks); in gst_navigationtest_change_state()
216 navtest->clicks = NULL; in gst_navigationtest_change_state()
Dgstnavigationtest.h54 GSList *clicks; member
/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_mouse.c326 …ateSendMouseButton(SDL_Window * window, SDL_MouseID mouseID, Uint8 state, Uint8 button, int clicks) argument
359 if (clicks < 0) {
377 clicks = clickstate->click_count;
379 clicks = 1;
392 event.button.clicks = (Uint8) SDL_min(clicks, 255);
407 …dMouseButtonClicks(SDL_Window * window, SDL_MouseID mouseID, Uint8 state, Uint8 button, int clicks) argument
409 clicks = SDL_max(clicks, 0);
410 return SDL_PrivateSendMouseButton(window, mouseID, state, button, clicks);
DSDL_mouse_c.h123 …MouseButtonClicks(SDL_Window * window, SDL_MouseID mouseID, Uint8 state, Uint8 button, int clicks);
/third_party/flutter/skia/third_party/externals/sdl/test/
Drelative_mode.markdown10 clicks should not go to whatever app was under the cursor previously.
11 - When alt/cmd-tabbing between a relative mode app and another app, clicks when
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
Dzu_zu_FONIPA.txt21 # indicated in the orthography. Nasal clicks are not treated as separated
26 # tie bar within the complex (depressor) clicks, e.g. ɡ\u0361ǀ instead of ɡǀ, to
Dxh_xh_FONIPA.txt22 # clicks are not treated as separated phonemes in the NCHLT 2013 phone set and
26 # tie bar within the complex (slack voiced) clicks, e.g. ɡ\u0361ǀ instead of ɡǀ, to
/third_party/icu/icu4c/source/data/translit/
Dxh_xh_FONIPA.txt22 # clicks are not treated as separated phonemes in the NCHLT 2013 phone set and
26 # tie bar within the complex (slack voiced) clicks, e.g. ɡ\u0361ǀ instead of ɡǀ, to
Dzu_zu_FONIPA.txt21 # indicated in the orthography. Nasal clicks are not treated as separated
26 # tie bar within the complex (depressor) clicks, e.g. ɡ\u0361ǀ instead of ɡǀ, to
/third_party/skia/third_party/externals/icu/source/data/translit/
Dzu_zu_FONIPA.txt22 # indicated in the orthography. Nasal clicks are not treated as separated
27 # tie bar within the complex (depressor) clicks, e.g. ɡ\u0361ǀ instead of ɡǀ, to
Dxh_xh_FONIPA.txt23 # clicks are not treated as separated phonemes in the NCHLT 2013 phone set and
27 # tie bar within the complex (slack voiced) clicks, e.g. ɡ\u0361ǀ instead of ɡǀ, to
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/
DSDL_uikitview.m146 int clicks = (int) touch.tapCount;
152 … SDL_SendMouseButtonClicks(sdlwindow, SDL_TOUCH_MOUSEID, SDL_PRESSED, SDL_BUTTON_LEFT, clicks);
170 int clicks = (int) touch.tapCount;
171 … SDL_SendMouseButtonClicks(sdlwindow, SDL_TOUCH_MOUSEID, SDL_RELEASED, SDL_BUTTON_LEFT, clicks);
/third_party/boost/libs/graph/example/
Dboost_web_graph.expected3 Number of clicks from the home page:
/third_party/libinput/doc/user/
Dclickpad-softbuttons.rst8 whole touchpad acts as a button and left or right button clicks are
97 ignores such button clicks, this behavior is intentional.
Dbutton-debouncing.rst19 state changes, i.e. when a user clicks or releases a button. For example,
Dpalm-detection.rst12 cursor jumps or accidental clicks. On large touchpads, the palm may also
186 move the finger around. For clicks, often the thumb is used rather than the
Dt440-support.rst21 and clicks can be triggered by pressing the touchpad down with a finger in
Dtapping.rst33 method to trigger button clicks. This includes devices without physical
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_events.h256 Uint8 clicks; /**< 1 for single-click, 2 for double-click, etc. */ member
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoawindow.m825 int clicks;
862 clicks = (int) [theEvent clickCount];
863 SDL_SendMouseButtonClicks(_data->window, 0, SDL_PRESSED, button, clicks);
879 int clicks;
906 clicks = (int) [theEvent clickCount];
907 SDL_SendMouseButtonClicks(_data->window, 0, SDL_RELEASED, button, clicks);
/third_party/wayland_standard/
DTODO31 when user clicks there. We could use the region mechanism here
/third_party/openssl/doc/man3/
DEVP_PKEY_keygen.pod59 a user clicks on a "cancel" button.
/third_party/minimp3/player/
Dnuklear_sdl_gl3.h404 if (evt->button.clicks > 1) in nk_sdl_handle_event()
/third_party/boost/libs/test/doc/
Dusage_recommendations.qbk82 keyboard shortcuts/mouse clicks you use for compilation error analysis:
/third_party/eudev/hwdb/
D70-mouse.hwdb110 # Most mice have a 15 degree click stop (24 clicks per full rotation).
129 # The number of clicks the wheel sends per 360 degree rotation. This

12345