id, name$ = GetLayerAtPos(x, y)
GetLayerAtPos() returns the identifier of the topmost layer at the
specified position as well as the name of that layer. If the layer does
not have a name, an empty string is returned as the second return value.
If there is no layer at the specified position at all, 0 is returned as
the identifier and an empty string as the name.