# Method to identify what backend GLFW is using?

**URL:** https://discourse.glfw.org/t/method-to-identify-what-backend-glfw-is-using/1582
**Category:** support
**Created:** [June 9, 2020, 7:43am UTC](https://discourse.glfw.org/t/method-to-identify-what-backend-glfw-is-using/1582 "2020-06-09T07:43:00Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![alexa-griffin](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.glfw.org/alexa-griffin/32/354_2.png) [@alexa-griffin](https://discourse.glfw.org/u/alexa-griffin)
#### Post date: [June 9, 2020, 7:43am UTC](https://discourse.glfw.org/t/method-to-identify-what-backend-glfw-is-using/1582/1 "2020-06-09T07:43:00Z")

</div>

I’m currently trying to utilize the functions found [in the native access api for glfw](https://www.glfw.org/docs/latest/group__native.html), but there doesn’t seem to be a way to check what backend glfw is actually using, at first i thought `_GLFW_<platform>`, ex `_GLFW_X11` would be it, but it seems to be undefed at some point. Thanks in advace.

---

_[View the full topic](https://discourse.glfw.org/t/method-to-identify-what-backend-glfw-is-using/1582)._
