Searched refs:IsKeyboardDevice (Results 1 – 10 of 10) sorted by relevance
88 if (IsKeyboardDevice(dev)) { in ProcXIGrabDevice()
397 (IsKeyboardDevice(newmaster) && IsKeyboardDevice(dev)))) { in attach_slave()
106 …if (pDev->valuator == NULL || IsKeyboardDevice(pDev) || (!IsMaster(pDev) && !IsFloating(pDev))) { … in ProcXIQueryPointer()
174 if (IsMaster(d) && IsKeyboardDevice(d)) in CopySwapDevice()
154 if (IsKeyboardDevice(dev)) { in ProcXIPassiveGrabDevice()
609 IsKeyboardDevice(DeviceIntPtr dev);
331 IsKeyboardDevice(DeviceIntPtr dev) in IsKeyboardDevice() function3749 (IsKeyboardDevice(grab->device) && in CoreGrabInterferes()3750 IsKeyboardDevice(othergrab->device)))) { in CoreGrabInterferes()5734 if (IsKeyboardDevice(keybd)) { in DeleteWindowFromAnyEvents()6134 (IsKeyboardDevice(it) && IsKeyboardDevice(dev))) in IsInterferingGrab()
1562 if (!IsKeyboardDevice(pDev)) in DoFocusEvents()
547 if (dev->enabled && IsMaster(dev) && IsKeyboardDevice(dev)) in DisableAllDevices()
119973 dix: Export IsPointerDevice() and IsKeyboardDevice().150314 dix: Extend IsKeyboardDevice() to not include pointer devices.167092 dix: IsPointerDevice and IsKeyboardDevice, use same ways to identify type