diff options
Diffstat (limited to 'API.md')
| -rw-r--r-- | API.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |
