Dart Documentation
›
game_loop
›
GameLoopRenderFunction
game_loop
GameLoop
GameLoopAnalogButton
GameLoopAnalogInput
GameLoopDigitalButton
GameLoopDigitalButtonEvent
GameLoopDigitalInput
GameLoopFullscreenChangeFunction
GameLoopGamepad
GameLoopKeyboard
GameLoopMouse
GameLoopMouseEvent
GameLoopPointerLock
GameLoopPointerLockChangeFunction
GameLoopPositionInput
GameLoopRenderFunction
GameLoopResizeFunction
GameLoopTimer
GameLoopTimerFunction
GameLoopUpdateFunction
metadata
GameLoopRenderFunction
typedef
Hide inherited
Called when it is time to draw.
typedef void GameLoopRenderFunction(GameLoop gameLoop);
Code
typedef void GameLoopRenderFunction(
GameLoop
gameLoop)
#
typedef void GameLoopRenderFunction(GameLoop gameLoop);