Searched defs:WindowInterface (Results 1 – 1 of 1) sorted by relevance
93 struct WindowInterface : public Window struct96 typedef typename TypeTraits<WsiType>::NativeWindowType NativeType;98 NativeType getNative (void) const { return m_native; } in getNative()101 WindowInterface (NativeType nativeDisplay) in WindowInterface() function105 const NativeType m_native;