123456789101112131415161718192021222324252627282930313233343536 |
- .. _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
- ========
|