(C) 1998 AROS - The Amiga Research OS


NAME

struct Layer * WhichLayer (li , x , y)

LOCATION
In LayersBase at offset 22

SYNOPSIS
struct Layer_Info * li
LONG x
LONG y

FUNCTION
Determines in which layer the point (x,y) is to be found. Starts with the frontmost layer.

INPUTS
li
pointer to Layers_Info structure
x
x-coordinate
y
y-coordinate

RESULT

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY
19.10.1998 ldp
Amiga Research OS
23.09.1998 bergers
Added autodoc comment
23.09.1998 bergers
part 2.
08.07.1997 ldp
Added to CVS