CenterFPointInDisplay

Returns the center point of the display.

Synopsis

FPoint* CenterFPointInDisplay(void)

Description

Returns the center point of the display. Assumes your display is 320 x 240.

The return value points to a static structure which must not be modified.

Return Value

Pointer to an FPoint describing the center point of the display.

Implementation

Library call implemented in lib3do.lib.

Associated Files

lib3do.lib, celutils.h

See Also

CenterIPointInDisplay