Updated Use multiple windows (markdown)

Jeffery Myers
2023-12-09 09:08:05 -08:00
parent d8c1b7921d
commit c3ce9c00f4

@ -1,3 +1,6 @@
# NOTE
**These instructions will not work for Raylib 5.0 or above, they are here for historical purposes only.**
raylib does not support multiple Windows by default, it was designed with simplicity in main and multi-window option was not considered as a core feature. raylib does not support multiple Windows by default, it was designed with simplicity in main and multi-window option was not considered as a core feature.
Fortunately raylib's current design allows adding multi-window support in an easy way, in case some user requires this functionality. Fortunately raylib's current design allows adding multi-window support in an easy way, in case some user requires this functionality.