Symbol: B_POINTING_DEVICE
src/add-ons/input_server/devices/easypen/EasyPenInputDevice.cpp
335
device_ref.type = B_POINTING_DEVICE;
src/add-ons/input_server/devices/mouse/MouseInputDevice.cpp
151
fDeviceRef.type = B_POINTING_DEVICE;
src/add-ons/input_server/devices/serial_mouse/MouseInputDevice.cpp
371
device_ref.type = B_POINTING_DEVICE;
src/add-ons/input_server/devices/tablet/TabletInputDevice.cpp
124
fDeviceRef.type = B_POINTING_DEVICE;
src/add-ons/input_server/devices/virtio/VirtioInputDevice.cpp
625
VirtioInputHandler(dev, name, B_POINTING_DEVICE)
src/add-ons/input_server/devices/wacom/MasterServerDevice.cpp
219
input_device_ref device = { (char*)kDeviceName, B_POINTING_DEVICE, (void*)this };
src/bin/iroster.cpp
37
device->Type() == B_POINTING_DEVICE ? "B_POINTING_DEVICE" :
src/preferences/input/InputWindow.cpp
186
if (dev->Type() == B_POINTING_DEVICE && name.FindFirst("Touchpad") >= 0) {
src/preferences/input/InputWindow.cpp
193
} else if (dev->Type() == B_POINTING_DEVICE) {
src/servers/input/InputServer.cpp
1335
if (device->type != B_POINTING_DEVICE
src/servers/input/InputServer.cpp
784
message.AddInt32("type", B_POINTING_DEVICE);
src/servers/input/InputServer.cpp
795
if (item.Type() == B_POINTING_DEVICE && item.Running() && fRunningMouseListLocker.Lock()) {
src/servers/input/InputServer.cpp
805
if (item.Type() == B_POINTING_DEVICE && fRunningMouseListLocker.Lock()) {
src/tests/servers/input/inputdevice/main.cpp
29
if (device->Type() == B_POINTING_DEVICE)
src/tests/servers/input/inputdevice/main.cpp
44
if (device->Type() == B_POINTING_DEVICE)
src/tests/servers/input/inputdevice/main.cpp
72
BInputDevice::Start(B_POINTING_DEVICE);
src/tests/servers/input/inputdevice/main.cpp
77
BInputDevice::Stop(B_POINTING_DEVICE);
src/tests/servers/input/inputdevice/main.cpp
82
BInputDevice::Start(B_POINTING_DEVICE);
src/tests/servers/input/inputdevice/main.cpp
87
BInputDevice::Stop(B_POINTING_DEVICE);
src/tests/servers/input/inputdevice/main.cpp
92
BInputDevice::Start(B_POINTING_DEVICE);
src/tests/servers/input/view_input_device/ViewInputDevice.cpp
51
input_device_ref mover = {"ViewInputDevice", B_POINTING_DEVICE, NULL};