Window


Object Hierarchy:

Object hierarchy for Window

Description:

[ Compact ]
public class Window

Window object encapsulating static window related functions

Unless I'm mistaken, only a single Raylib window can exist at once. For this reason (I presume) the C API does not expose a struct or handle to the current Window apart from with one method.

Because of this it really feels like we should implement a Window class but the best I can come up with is static methods to group the functionality together. There may be a better way?


Namespace: Raylib
Package: raylib

Content:

Static methods: