ADDED: GetWindowPosition()
This commit is contained in:
parent
ae2452d280
commit
0a2177b4bc
2 changed files with 12 additions and 0 deletions
|
@ -882,6 +882,7 @@ RLAPI int GetMonitorWidth(int monitor); // Get primary
|
|||
RLAPI int GetMonitorHeight(int monitor); // Get primary monitor height
|
||||
RLAPI int GetMonitorPhysicalWidth(int monitor); // Get primary monitor physical width in millimetres
|
||||
RLAPI int GetMonitorPhysicalHeight(int monitor); // Get primary monitor physical height in millimetres
|
||||
RLAPI Vector2 GetWindowPosition(void); // Get window position XY on monitor
|
||||
RLAPI const char *GetMonitorName(int monitor); // Get the human-readable, UTF-8 encoded name of the primary monitor
|
||||
RLAPI const char *GetClipboardText(void); // Get clipboard text content
|
||||
RLAPI void SetClipboardText(const char *text); // Set clipboard text content
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue