MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / GetHandle

Method GetHandle

include/Window.hpp:333–333  ·  view source on GitHub ↗

* Get native window handle */

Source from the content-addressed store, hash-verified

331 * Get native window handle
332 */
333 static void* GetHandle() { return ::GetWindowHandle(); }
334
335 /**
336 * Setup canvas (framebuffer) to start drawing

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected