Searched refs:Relative (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDReportItem.h23 bool Relative() { return fRelative; }; function in class:HIDReportItem
H A DTabletProtocolHandler.cpp159 if (xAxis == NULL || xAxis->Relative())
164 if (yAxis == NULL || yAxis->Relative())
H A DMouseProtocolHandler.cpp108 if (xAxis == NULL || !xAxis->Relative())
113 if (yAxis == NULL || !yAxis->Relative())

Completed in 98 milliseconds