From 9df23e32b02167dd41c8b5c25b852717163dfeda Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 15 Feb 2023 01:10:03 +0200 Subject: RL_GetWindowSize renamed to RL_GetScreenSize. --- API.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'API.md') diff --git a/API.md b/API.md index 514c5cb..836b5b7 100644 --- a/API.md +++ b/API.md @@ -617,6 +617,8 @@ BLEND_ADD_COLORS BLEND_SUBTRACT_COLORS +BLEND_ALPHA_PREMULTIPLY + BLEND_CUSTOM ## Globals - Gesture @@ -1194,9 +1196,9 @@ Get window position on monitor --- -> size = RL_GetWindowPosition() +> size = RL_GetScreenSize() -Get window size +Get screen size - Success return Vector2 -- cgit v1.2.3