HDK
|
Go to the source code of this file.
Classes | |
class | WindowWrapper |
Typedefs | |
using | Widget = void * |
OS specific type windowing definitions. More... | |
using | ExternalWindowHandle = void * |
using | InternalWindowHandle = void * |
using | DisplayHandle = void * |
using | WindowWrapperPtr = std::shared_ptr< class WindowWrapper > |
WindowWrapper shared pointer. More... | |
using DisplayHandle = void* |
Definition at line 51 of file WindowWrapper.h.
using ExternalWindowHandle = void* |
Definition at line 49 of file WindowWrapper.h.
using InternalWindowHandle = void* |
Definition at line 50 of file WindowWrapper.h.
OS specific type windowing definitions.
Definition at line 48 of file WindowWrapper.h.
using WindowWrapperPtr = std::shared_ptr<class WindowWrapper> |
WindowWrapper shared pointer.
Definition at line 55 of file WindowWrapper.h.