View Source Exray.Core.FrameControl (Exray v0.6.0)

Not yet supported; calling these with the precompiled Raylib binaries won't work, because those do not define #SUPPORT_CUSTOM_FRAME_CONTROL.Poll input events, manage frame timing and swap render buffers.Requires SUPPORT_CUSTOM_FRAME_CONTROL to be defined, which will disable thesebeing called automatically by Exray.Core.Drawing end calls.

Summary

Functions

Register all input events

Swap back buffer with front buffer (screen drawing)

Wait for some time (halt program execution)

Functions

@spec poll_input_events() :: :ok

Register all input events

@spec swap_screen_buffer() :: :ok

Swap back buffer with front buffer (screen drawing)

@spec wait_time(seconds :: float()) :: :ok

Wait for some time (halt program execution)