![]() |
LLGL 0.05 Beta
|
Android native handle structure. More...
#include <Win32NativeHandle.h>
Classes | |
| struct | NativeHandleX11 |
| struct | NativeHandleWayland |
Public Attributes | |
| ANativeWindow * | window |
| void * | view |
| NativeType | type |
| Specifies whether this is an X11 or Wayland native handle. | |
| union { | |
| NativeHandleX11 x11 | |
| Native handle for X11 protocol. More... | |
| NativeHandleWayland wayland | |
| Native handle for Wayland protocol. More... | |
| }; | |
| void * | responder |
Generic NSResponder object that must be either of type NSWindow or NSView. | |
| IUnknown * | window |
| Core window raw pointer. | |
| emscripten::val | canvas |
| CSS selector of canvas object. | |
| HWND | window |
Android native handle structure.
Win32 native handle structure.
Emscripten native handle structure.
UWP native handle structure.
MacOS native handle structure.
Linux native handle structure.
iOS native handle structure.
| union { ... } LLGL::NativeHandle |
| emscripten::val LLGL::NativeHandle::canvas |
CSS selector of canvas object.
| void* LLGL::NativeHandle::responder |
Generic NSResponder object that must be either of type NSWindow or NSView.
| NativeType LLGL::NativeHandle::type |
Specifies whether this is an X11 or Wayland native handle.
| void* LLGL::NativeHandle::view |
| NativeHandleWayland LLGL::NativeHandle::wayland |
Native handle for Wayland protocol.
| ANativeWindow* LLGL::NativeHandle::window |
| IUnknown* LLGL::NativeHandle::window |
Core window raw pointer.
| HWND LLGL::NativeHandle::window |
| NativeHandleX11 LLGL::NativeHandle::x11 |
Native handle for X11 protocol.