Searched defs:componentFromPoint (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A DMouseInfo.cpp62 AwtComponent * componentFromPoint = AwtComponent::GetComponent(::WindowFromPoint(pt)); local
64 while (componentFromPoint != NULL
65 && componentFromPoint->GetHWnd() != hwnd
66 && !AwtComponent::IsTopLevelHWnd(componentFromPoint->GetHWnd()))
68 componentFromPoint = componentFromPoint->GetParent();
71 return ((componentFromPoint != NULL) && (componentFromPoint->GetHWnd() == hwnd)) ? JNI_TRUE : JNI_FALSE;

Completed in 33 milliseconds