Searched refs:touchpad (Results 1 - 8 of 8) sorted by relevance

/haiku/src/preferences/input/
H A DInputIcons.cpp46 const uint8* touchpad; local
58 touchpad = (const uint8*)resources->LoadResource(
60 if (touchpad) {
62 BIconUtils::GetVectorIcon(touchpad, size, &touchpadIcon);
H A DInputWindow.cpp191 DeviceListItemView* touchpad local
193 fDeviceListView->AddItem(touchpad);
/haiku/headers/private/input/
H A Dkeyboard_mouse_driver.h141 // the value you reach when you hammer really hard on the touchpad
169 touchpad_movement touchpad; member in union:__anon8::__anon9
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp98 const static char* kTouchpadDevicesDirectory = "/dev/input/touchpad";
327 // Check the whole string for "touchpad" because it's a different directory
330 if (string.FindFirst("touchpad") >= 0) {
370 // touchpad settings
373 TRACE("is touchpad %s\n", fPath.String());
433 LOG_ERR("Mouse (touchpad) device exiting, %s\n", strerror(errno));
439 read.u.touchpad = lastTouchpadMovement;
443 lastTouchpadMovement = read.u.touchpad;
444 status = fTouchpadMovementMaker.EventToMovement(&read.u.touchpad,
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_alps.cpp32 "input/touchpad/ps2/alps_0",
33 "input/touchpad/ps2/alps_1",
34 "input/touchpad/ps2/alps_2",
35 "input/touchpad/ps2/alps_3"
48 #define ALPS_DUALPOINT 0x02 // touchpad has trackstick
103 // touchpad proportions
105 // increase the touchpad size a little bit
157 // finger on touchpad
197 _read->u.touchpad = event;
421 // Reset the touchpad s
[all...]
H A Dps2_elantech.cpp32 "input/touchpad/ps2/elantech_0",
33 "input/touchpad/ps2/elantech_1",
34 "input/touchpad/ps2/elantech_2",
35 "input/touchpad/ps2/elantech_3"
51 // touchpad proportions
599 // Reset the touchpad so it generate standard ps2 packets instead of
640 if ((status = get_elantech_movement(cookie, &read.u.touchpad, read.timeout)) != B_OK)
H A Dps2_synaptics.cpp11 //! PS/2 synaptics touchpad
31 /*! The raw movement calculation is calibrated on ths synaptics touchpad. */
32 // increase the touchpad size a little bit
40 // synaptics touchpad proportions
91 "input/touchpad/ps2/synaptics_0",
92 "input/touchpad/ps2/synaptics_1",
93 "input/touchpad/ps2/synaptics_2",
94 "input/touchpad/ps2/synaptics_3"
139 // "extended queries", but is still supported when the touchpad has
283 // Clickpad pretends that all clicks on the touchpad ar
[all...]
/haiku/src/add-ons/kernel/drivers/input/i2c_elan/
H A DELANDevice.cpp173 if (user_strlcpy((char *)buffer, "Elantech I2C touchpad", length) > 0)
200 &read.u.touchpad, read.timeout,

Completed in 51 milliseconds