/src/sys/arch/macppc/dev/ |
pbms.c | 46 * used to detect fingers on the trackpad is also taken from that 109 * implementation already detects two fingers, so this should be 612 int x_det, y_det, x_raw, y_raw, x_fingers, y_fingers, fingers, x, y; local in function:compute_delta 619 fingers = uimax(x_fingers, y_fingers); 621 /* Check the number of fingers and if we have detected a position. */ 622 if (fingers > 1) { 692 * The position is returned in pos_ret and the number of fingers 704 * Compute the number of fingers, total pressure, and weighted 705 * position of the fingers.
|
pbms.c | 46 * used to detect fingers on the trackpad is also taken from that 109 * implementation already detects two fingers, so this should be 612 int x_det, y_det, x_raw, y_raw, x_fingers, y_fingers, fingers, x, y; local in function:compute_delta 619 fingers = uimax(x_fingers, y_fingers); 621 /* Check the number of fingers and if we have detected a position. */ 622 if (fingers > 1) { 692 * The position is returned in pos_ret and the number of fingers 704 * Compute the number of fingers, total pressure, and weighted 705 * position of the fingers.
|
/src/sys/dev/pckbport/ |
synaptics.c | 89 u_char sp_finger_count; /* number of fingers seen */ 193 * fingers on the trackpad to gather all the data. 435 * 1 0x08 image sensor image sensor tracks 5 fingers, but only 869 SYSCTL_DESCR("Map two fingers to middle button"), 1192 * Extract the number of fingers from the current packet and return 1200 unsigned fingers; local in function:pms_synaptics_get_fingers 1202 fingers = 0; 1206 * If w is zero and z says no fingers then return 1207 * no fingers, w == can also mean 2 fingers... confusing 1800 int fingers; local in function:synaptics_finger_detect 2260 int fingers, palm, buttons, changed; local in function:pms_synaptics_process_packet [all...] |
synaptics.c | 89 u_char sp_finger_count; /* number of fingers seen */ 193 * fingers on the trackpad to gather all the data. 435 * 1 0x08 image sensor image sensor tracks 5 fingers, but only 869 SYSCTL_DESCR("Map two fingers to middle button"), 1192 * Extract the number of fingers from the current packet and return 1200 unsigned fingers; local in function:pms_synaptics_get_fingers 1202 fingers = 0; 1206 * If w is zero and z says no fingers then return 1207 * no fingers, w == can also mean 2 fingers... confusing 1800 int fingers; local in function:synaptics_finger_detect 2260 int fingers, palm, buttons, changed; local in function:pms_synaptics_process_packet [all...] |
/src/sys/dev/usb/ |
uatp.c | 40 * multiple fingers to emulate multi-button mice and scroll wheels. 80 * emulate a three-button mouse by leaving two or three fingers on the 357 * Button emulation. What do we do when two or three fingers 376 * Multifinger tracking. What do we do with multiple fingers? 425 * Button emulation. Fingers on the trackpad don't change it 528 unsigned int sc_tapping_fingers; /* No. fingers tapping. */ 529 unsigned int sc_tapped_fingers; /* No. fingers of last tap. */ 1022 "buttons to emulate with two fingers on trackpad")) 1026 "buttons to emulate with three fingers on trackpad")) 1052 "0 to ignore multiple fingers, 1 to reset, 2 to scroll") 1717 unsigned int fingers; local in function:interpret_input 2300 unsigned int fingers = sc->sc_tapping_fingers; local in function:tap_released [all...] |
uatp.c | 40 * multiple fingers to emulate multi-button mice and scroll wheels. 80 * emulate a three-button mouse by leaving two or three fingers on the 357 * Button emulation. What do we do when two or three fingers 376 * Multifinger tracking. What do we do with multiple fingers? 425 * Button emulation. Fingers on the trackpad don't change it 528 unsigned int sc_tapping_fingers; /* No. fingers tapping. */ 529 unsigned int sc_tapped_fingers; /* No. fingers of last tap. */ 1022 "buttons to emulate with two fingers on trackpad")) 1026 "buttons to emulate with three fingers on trackpad")) 1052 "0 to ignore multiple fingers, 1 to reset, 2 to scroll") 1717 unsigned int fingers; local in function:interpret_input 2300 unsigned int fingers = sc->sc_tapping_fingers; local in function:tap_released [all...] |