getScreenNumber()

Returns the screen number for the stated coordinates.

Synopsis

int getScreenNumber(int x, int y);

Parameters

Parameter Description
x X-Coordinate
y Y-Coordinate

Return value

Screen number of the coordinates

Description

This function identifies based on the stated coordinates on which screen the position is located and returns the corresponding screen ID.

Assignment

Miscellaneous functions

Availability

UI