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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIPointing.cpp194 bool isHighResScroll; member in struct:ScrollAxisAccelInfo
874 _scrollWheelInfo->axis[type].isHighResScroll = res > (SCROLL_DEFAULT_RESOLUTION * 2);
875 _scrollPointerInfo->axis[type].isHighResScroll = _scrollWheelInfo->axis[type].isHighResScroll;
1206 Boolean isHighResScroll = FALSE; local
1269 isHighResScroll = info->axis[kAccelTypeX].isHighResScroll ||
1270 info->axis[kAccelTypeY].isHighResScroll ||
1271 info->axis[kAccelTypeZ].isHighResScroll;
1346 _scrollType |= (isHighResScroll)
[all...]

Completed in 123 milliseconds