Home
last modified time | relevance | path

Searched refs:fLastCursorPosition (Results 1 – 2 of 2) sorted by relevance

/haiku/src/servers/app/
H A DEventDispatcher.cpp495 where = fLastCursorPosition; in GetMouse()
543 moved.AddPoint("screen_where", fLastCursorPosition); in _SendFakeMouseMoved()
598 fLastCursorPosition = interface->CursorPosition(); in SetHWInterface()
732 fDragMessage.AddPoint("_drop_point_", fLastCursorPosition); in _DeliverDragMessage()
773 fLastCursorPosition = where; in _EventLoop()
784 fHWInterface->MoveCursorTo(fLastCursorPosition.x, in _EventLoop()
785 fLastCursorPosition.y); in _EventLoop()
841 event->AddPoint("screen_where", fLastCursorPosition); in _EventLoop()
1013 mouseIdle->AddPoint("screen_where", fLastCursorPosition); in _CursorLoop()
H A DEventDispatcher.h149 BPoint fLastCursorPosition; variable