1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_graphics_graphicshertz:
- =============
- GraphicsHertz
- =============
- GraphicsHertz -
- Description
- ===========
- .. code-block:: blitzmax
- GraphicsHertz()
- Get refresh rate of current graphics object
- The current graphics object can be changed using #SetGraphics.
- Parameters
- ==========
- Return Values
- =============
- The refresh rate, in frames per second, of the current graphics object
- Examples
- ========
- See Also
- ========
|