Searched defs:rel (Results 1 – 4 of 4) sorted by relevance
162 inline bool VInputDevice::SupportRel(size_t rel) const in SupportRel()242 inline bool VInputDevice::HasRel(size_t rel) const in HasRel()
107 inline bool VirtualDevice::SupportRel(size_t rel) const in SupportRel()
295 inline bool Device::HasRel(size_t rel) const in HasRel()
551 for (uint32_t rel = REL_X; rel < REL_MAX; ++rel) { in CopyEvents() local