![]() |
RGFW
A multi-platform single-header very simple-to-use framework library for creating GUI Libraries or simple GUI programs.
|
Typedefs | |
typedef ptrdiff_t | RGFW_ssize_t |
Functions | |
RGFWDEF const char * | RGFW_readClipboard (size_t *size) |
RGFWDEF RGFW_ssize_t | RGFW_readClipboardPtr (char *str, size_t strCapacity) |
RGFWDEF void | RGFW_writeClipboard (const char *text, u32 textLen) |
typedef ptrdiff_t RGFW_ssize_t |
RGFWDEF const char * RGFW_readClipboard | ( | size_t * | size | ) |
read clipboard data
RGFWDEF RGFW_ssize_t RGFW_readClipboardPtr | ( | char * | str, |
size_t | strCapacity | ||
) |
read clipboard data or send a NULL str to just get the length of the clipboard data