Home | History | Annotate | Download | only in renderer_host

Lines Matching refs:globalY

3077     global_mouse_position_.SetPoint(event->globalX, event->globalY);
3086 event->movementY = event->globalY - global_mouse_position_.y();
3088 global_mouse_position_.SetPoint(event->globalX, event->globalY);
3098 event->globalY = unlocked_global_mouse_position_.y();
3101 unlocked_global_mouse_position_.SetPoint(event->globalX, event->globalY);