#include <stdint.h>
Go to the source code of this file.
◆ ARC_Window
- Note
- ARC_WindowType is determined by which window backend you are using
Definition at line 13 of file window.h.
◆ ARC_WindowInfo
| typedef struct ARC_WindowInfo ARC_WindowInfo |
- Note
- certain parts of ARC_WindowInfo may not be used by your selected backend
◆ ARC_Window_Create()
creates ARC_Window type
- Note
- the parameter data is determined by which graphics library you are using please refer to the graphics library section to see what needs to be passed
- Parameters
-
| window | ARC_Window to initialize |
| info | Info on how to create ARC_Window |
◆ ARC_Window_Destroy()