From 3fc07a02d5213a88ebb555d3133af2746600cf61 Mon Sep 17 00:00:00 2001 From: jussi Date: Fri, 18 Aug 2023 15:01:58 +0300 Subject: Window events. --- changelog | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'changelog') diff --git a/changelog b/changelog index 8129cad..e7002a0 100644 --- a/changelog +++ b/changelog @@ -17,9 +17,9 @@ KEY CHANGES: - ADDED: rlgl Framebuffer management (fbo) functions - ADDED: rlgl Framebuffer state functions - ADDED: rlgl Textures management functions - - ADDED: Texture and RenderTexture can be given as tables - - ADDED: Camera2D and Camera3D can be given as tables - - ADDED: Camera2D and Camera3D can be given as tables + - ADDED: Texture and RenderTexture can be referenced as tables + - ADDED: Camera2D and Camera3D can be referenced as tables + - ADDED: Camera2D and Camera3D can be referenced as tables - ADDED: rlgl New defines - ADDED: rlgl Textures state functions - ADDED: rlgl Some Render batch management functions @@ -33,6 +33,7 @@ KEY CHANGES: - ADDED: rlgl Vertex buffers state. - ADDED: rlgl Shader state. - ADDED: RL.event function with input events. + - ADDED: Window events. Detailed changes: - FIXED: uluaGetRay was looking for integers instead of tables @@ -96,6 +97,7 @@ Detailed changes: - ADDED: GetTextureId - ADDED: ImageDrawCircleLines - ADDED: ImageBlurGaussian + - ADDED: Values for API.md ------------------------------------------------------------------------ Release: ReiLua version 0.4.0 Using Raylib 4.2 -- cgit v1.2.3