/freebsd/sys/contrib/device-tree/Bindings/iio/accel/ |
H A D | lis302.txt | 23 - st,click-single-{x,y,z}: if present, tells the device to issue an 24 interrupt on single click events on the 26 - st,click-double-{x,y,z}: if present, tells the device to issue an 27 interrupt on double click events on the 29 - st,click-thresh-{x,y,z}: set the x/y/z axis threshold 30 - st,click-click-time-limit: click time limit, from 0 to 127.5msec 32 - st,click-latency: click latency, from 0 to 255 msec with 34 - st,click-window: click window, from 0 to 255 msec with 40 - st,irq{1,2}-click: raise IRQ 1/2 on click condition 74 st,click-single-x; [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | omap3-gta04a3.dts | 23 st,click-single-x; 24 st,click-single-y; 25 st,click-single-z; 26 st,click-thresh-x = <8>; 27 st,click-thresh-y = <8>; 28 st,click-thresh-z = <10>; 29 st,click-click-time-limit = <9>; 30 st,click-latency = <50>; 31 st,irq1-click;
|
H A D | omap3-overo-common-peripherals.dtsi | 60 st,click-single-x; 61 st,click-single-y; 62 st,click-single-z; 63 st,click-thresh-x = <10>; 64 st,click-thresh-y = <10>; 65 st,click-thresh-z = <10>; 66 st,irq1-click; 67 st,irq2-click;
|
H A D | omap3-n950-n9.dtsi | 292 /* click flags */ 293 st,click-single-x; 294 st,click-single-y; 295 st,click-single-z; 298 st,click-threshold-x = <8>; 299 st,click-threshold-y = <8>; 300 st,click-threshold-z = <10>; 302 /* Click must be longer than time limit */ 303 st,click-time-limit = <9>; 306 st,click-latency = <50>; [all …]
|
H A D | am335x-evmsk.dts | 470 st,click-single-x; 471 st,click-single-y; 472 st,click-single-z; 473 st,click-thresh-x = <10>; 474 st,click-thresh-y = <10>; 475 st,click-thresh-z = <10>; 476 st,irq1-click; 477 st,irq2-click;
|
H A D | am335x-evm.dts | 431 st,click-single-x; 432 st,click-single-y; 433 st,click-single-z; 434 st,click-thresh-x = <10>; 435 st,click-thresh-y = <10>; 436 st,click-thresh-z = <10>; 437 st,irq1-click; 438 st,irq2-click;
|
/freebsd/contrib/ncurses/man/ |
H A D | menu_driver.3x | 127 If you click above the display region of the menu: 129 a REQ_SCR_ULINE is generated for a single click, 131 a REQ_SCR_UPAGE is generated for a double-click and 133 a REQ_FIRST_ITEM is generated for a triple-click. 135 If you click below the display region of the menu: 137 a REQ_SCR_DLINE is generated for a single click, 139 a REQ_SCR_DPAGE is generated for a double-click and 141 a REQ_LAST_ITEM is generated for a triple-click. 143 If you click at an item inside the display area of the menu: 147 If you double-click an item a REQ_TOGGLE_ITEM [all …]
|
H A D | form_driver.3x | 175 If you click above the display region of the form: 178 a REQ_PREV_FIELD is generated for a single click, 180 a REQ_PREV_PAGE is generated for a double-click and 182 a REQ_FIRST_FIELD is generated for a triple-click. 185 If you click below the display region of the form: 188 a REQ_NEXT_FIELD is generated for a single click, 190 a REQ_NEXT_PAGE is generated for a double-click and 192 a REQ_LAST_FIELD is generated for a triple-click. 195 If you click at an field inside the display area of the form: 200 If you double-click a field, [all …]
|
H A D | curs_mouse.3x | 244 .IR click . 251 Calling \fB\%mouseinterval(0)\fP disables click resolution. 260 then no click resolution will occur.
|
/freebsd/share/man/man4/ |
H A D | cyapa.4 | 98 Optionally, tap to click can be enabled (see below). 128 Controls tap to click. 132 Tap to click is disabled. 135 Tap to click always generates a left mouse button event. 137 Tap to click generates left mouse button event if the left 2/3rds of the pad 140 Tap to click generates mouse button events as if the physical button was 146 Minimum tap duration in ticks to create a click, the default is 1. 148 Maximum tap duration in ticks to create a click, the default is 8. 194 Enable tap to click for the left and the right mouse button and
|
H A D | wsp.4 | 54 A single-finger press generates a left button click. 56 gets treated as a middle button click. 65 Tap to left-click can be controlled using the sysctl tunable 68 Movement on the trackpad following a partially-released click can be 78 register as a double-click.
|
H A D | atp.4 | 57 Single finger tap generates a left\-button click; two\-finger tap maps to the 59 click. 66 virtual left\-button click is assumed for the lifespan of the drag.
|
/freebsd/contrib/file/ |
H A D | RELEASE-PROCEDURE | 16 - Click: Manage > Manage Projects > file 18 - Click on "Edit" next to the HEAD version 22 - Click on "Update Version" 24 click on "Add and Edit Version" 26 - Click on "Update Version"
|
/freebsd/sys/contrib/device-tree/src/arm/intel/pxa/ |
H A D | pxa300-raumfeld-controller.dts | 132 st,click-single-x; 133 st,click-single-y; 134 st,click-single-z; 135 st,click-thresh-x = <10>; 136 st,click-thresh-y = <10>; 137 st,click-thresh-z = <10>; 138 st,irq1-click; 139 st,irq2-click;
|
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | lib_tracemse.c | 61 SHOW(BUTTON1_CLICKED, "click-1"); in NCURSES_EXPORT() 70 SHOW(BUTTON2_CLICKED, "click-2"); in NCURSES_EXPORT() 79 SHOW(BUTTON3_CLICKED, "click-3"); in NCURSES_EXPORT() 88 SHOW(BUTTON4_CLICKED, "click-4"); in NCURSES_EXPORT() 98 SHOW(BUTTON5_CLICKED, "click-5"); in NCURSES_EXPORT()
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | qcom,msm8916-wcd-analog.txt | 13 "cdc_spk_cnp_int" - Speaker click and pop interrupt. 25 "cdc_hphr_cnp_int" - hphr click and pop interrupt. 26 "cdc_hphl_cnp_int" - hphl click and pop interrupt.
|
/freebsd/contrib/libpcap/testprogs/ |
H A D | visopts.py | 92 $$(this).click(function() { 104 $$(this).click(function() { 179 $$("#backward").click(function() { 185 $$("#forward").click(function() {
|
/freebsd/usr.sbin/bluetooth/bthidd/ |
H A D | hid.c | 497 * If a new click is registered by mouse and there are firm in hid_interrupt() 498 * touches which are all in center, make it a middle click in hid_interrupt() 504 * If we're still clicking and have converted the click in hid_interrupt() 505 * to a middle click, keep it middle clicking in hid_interrupt() 538 * Double click currently works in X, but not in console. in hid_interrupt()
|
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3308-roc-cc.dts | 39 linux,default-trigger = "ir-power-click"; 46 linux,default-trigger = "ir-user-click";
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_mouse.c | 1091 * loop below is necessary because mouse click info isn't guaranteed to present 1518 * in time by less than the critical click interval. The job of this in _nc_mouse_parse() 1523 * pairs into click events. The second merges runs of click events into in _nc_mouse_parse() 1524 * double or triple-click events. in _nc_mouse_parse() 1626 _trace_slot(sp, "before mouse click merge:"); in _nc_mouse_parse() 1639 * Second pass; merge click runs. We merge click events forward in the in _nc_mouse_parse() 1640 * queue. For example, double click can be changed to triple click. in _nc_mouse_parse() 1643 * allows enough click events to pile up in the circular queue so in _nc_mouse_parse() 1665 /* merge click events forward */ in _nc_mouse_parse() 1683 /* merge double-click events forward */ in _nc_mouse_parse() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/microchip/ |
H A D | at91sam9rlek.dts | 254 button-right-click { 261 button-left-click {
|
H A D | at91sam9263ek.dts | 238 button-left-click { 245 button-right-click {
|
/freebsd/contrib/ncurses/menu/ |
H A D | m_driver.c | 459 { /* we react only if the click was in the userwin, that means in menu_driver() 521 { /* We found an item, now we can handle the click. in menu_driver() 522 * A single click just positions the menu cursor in menu_driver() 523 * to the clicked item. A double click toggles in menu_driver()
|
/freebsd/crypto/heimdal/doc/ |
H A D | win2k.texi | 111 Right click on Properties of your domain, select the Trust tab. Press 183 Alt-V), and select Advanced Features. Right click on the user that you 186 Click on the Kerberos Names tab and add a new principal from the
|
/freebsd/sys/contrib/zstd/doc/ |
H A D | README.md | 8 Click on this link: [http://zstd.net/zstd_manual.html](http://zstd.net/zstd_manual.html)
|