/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | gstnavigationtest.c | 89 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()
|
D | gstnavigationtest.h | 54 GSList *clicks; member
|
/third_party/flutter/skia/third_party/externals/sdl/src/events/ |
D | SDL_mouse.c | 326 …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);
|
D | SDL_mouse_c.h | 123 …MouseButtonClicks(SDL_Window * window, SDL_MouseID mouseID, Uint8 state, Uint8 button, int clicks);
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | relative_mode.markdown | 10 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/ |
D | zu_zu_FONIPA.txt | 21 # 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
|
D | xh_xh_FONIPA.txt | 22 # 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/ |
D | xh_xh_FONIPA.txt | 22 # 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
|
D | zu_zu_FONIPA.txt | 21 # 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/ |
D | zu_zu_FONIPA.txt | 22 # 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
|
D | xh_xh_FONIPA.txt | 23 # 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/ |
D | SDL_uikitview.m | 146 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/ |
D | boost_web_graph.expected | 3 Number of clicks from the home page:
|
/third_party/libinput/doc/user/ |
D | clickpad-softbuttons.rst | 8 whole touchpad acts as a button and left or right button clicks are 97 ignores such button clicks, this behavior is intentional.
|
D | button-debouncing.rst | 19 state changes, i.e. when a user clicks or releases a button. For example,
|
D | palm-detection.rst | 12 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
|
D | t440-support.rst | 21 and clicks can be triggered by pressing the touchpad down with a finger in
|
D | tapping.rst | 33 method to trigger button clicks. This includes devices without physical
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_events.h | 256 Uint8 clicks; /**< 1 for single-click, 2 for double-click, etc. */ member
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/ |
D | SDL_cocoawindow.m | 825 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/ |
D | TODO | 31 when user clicks there. We could use the region mechanism here
|
/third_party/openssl/doc/man3/ |
D | EVP_PKEY_keygen.pod | 59 a user clicks on a "cancel" button.
|
/third_party/minimp3/player/ |
D | nuklear_sdl_gl3.h | 404 if (evt->button.clicks > 1) in nk_sdl_handle_event()
|
/third_party/boost/libs/test/doc/ |
D | usage_recommendations.qbk | 82 keyboard shortcuts/mouse clicks you use for compilation error analysis:
|
/third_party/eudev/hwdb/ |
D | 70-mouse.hwdb | 110 # 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
|