elementFromPoint method

Element elementFromPoint (int x, int y)

Implementation

Element elementFromPoint(int x, int y) {
  return _elementFromPoint(x, y);
}