.. _func_graphics_graphicsmodeexists: ================== GraphicsModeExists ================== GraphicsModeExists - Description =========== .. code-block:: blitzmax GraphicsModeExists( width,height,depth=0,hertz=0 ) Determine if a graphics mode exists A value of 0 for any of @width, @height, @depth or @hertz will cause that parameter to be ignored. Parameters ========== Return Values ============= True if a matching graphics mode is found Examples ======== See Also ========