VgaGames4 - miscellaneous man-pages

[.. upper level ..]

vg4->misc->bgposition_reached()

Positioning background-image: Return whether moving background-image has reached object to be focused.

SYNTAX
VG_BOOL vg4->misc->bgposition_reached(const struct VG_Rect *objrect)

FUNCTION PARAMETERS
objrect Rectangle of the object to be focused

RETURN VALUE
Returns boolean: - VG_TRUE: Reached - VG_FALSE: Still moving

DESCRIPTION
Positioning background-image: Return whether moving background-image has reached object to be focused. This is the contrary value vg4->misc->bgposition_getbg() returns.

SEE ALSO
vg4->misc->bgposition_getbg()