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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOHIDSystem.h312 void _setCursorPosition(bool external = false, bool proximityChange = false, OSObject * sender=0);
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp2758 _setCursorPosition(false, false, lastSender);
3640 _setCursorPosition(false, proximityChange, sender);
5276 _setCursorPosition(external, false, sender);
5307 void IOHIDSystem::_setCursorPosition(bool external, bool proximityChange, OSObject * sender) function in class:IOHIDSystem
5426 kprintf("IOHIDSystem::_setCursorPosition Wrap to right side of right screen\n");
5433 kprintf("IOHIDSystem::_setCursorPosition Wrap to left side of left screen\n");
5437 kprintf("IOHIDSystem::_setCursorPosition don't wrap\n");
5975 _setCursorPosition();
6146 _setCursorPosition(true);

Completed in 200 milliseconds