Searched defs:WindowInterface (Results 1 – 1 of 1) sorted by relevance
106 struct WindowInterface : public Window struct109 typedef typename TypeTraits<WsiType>::NativeWindowType NativeType;111 NativeType getNative(void) const in getNative()117 WindowInterface(NativeType nativeDisplay) : m_native(nativeDisplay) in WindowInterface() argument121 const NativeType m_native;