Documentation for graphex.ew v0.10.0
Table of Contents

Misc

  • proc gfxRedrawRect(id,x1,y1,x2,y2)   Analogue of repaintRect :
  • func in_round(atom x)   Round to nearest integer
  • func SCREENHEIGHT()   Get the full screen height available
  • func SCREENWIDTH()   Get the full screen size available width

    Documentation for graphex.ew v0.10.0
    Table of Contents

    [proc]
    gfxRedrawRect
    (id,x1,y1,x2,y2)

    Analogue of repaintRect :

    Category: Misc

    Supplied by Derek Parnell in response to this on EUForum Date: Wed 21 08:41 From: Derek Parnell Subject: Re: Windows vertical retrace

    ags wrote:

    > One question though.. why is there no non-erasing equivalent for paintRect?

    Because nobody asked for it.

    See Also: in_round, SCREENHEIGHT, SCREENWIDTH


    Documentation for graphex.ew v0.10.0
    Table of Contents

    [func]
    in_round
    (atom x)

    Round to nearest integer

    Returns: The nearest integer

    Category: Misc

    See Also: gfxRedrawRect, SCREENHEIGHT, SCREENWIDTH


    Documentation for graphex.ew v0.10.0
    Table of Contents

    [func]
    SCREENHEIGHT
    ()

    Get the full screen height available

    Returns: The height in pixels of the 'full screen'

    Category: Misc

    See Also: gfxRedrawRect, in_round, SCREENWIDTH


    Documentation for graphex.ew v0.10.0
    Table of Contents

    [func]
    SCREENWIDTH
    ()

    Get the full screen size available width

    Returns: the width, in pixels of the screen

    Category: Misc

    See Also: gfxRedrawRect, in_round, SCREENHEIGHT