get Nearest Keys
Returns the indices of the keys that are closest to the given point.
Return
the array of integer indices for the nearest keys to the given point. If the given point is out of range, then an array of size zero is returned.
Parameters
x
the x-coordinate of the point
y
the y-coordinate of the point