Searched defs:WindowInterface (Results 1 – 1 of 1) sorted by relevance
95 struct WindowInterface : public Window struct98 typedef typename TypeTraits<WsiType>::NativeWindowType NativeType;100 NativeType getNative (void) const { return m_native; } in getNative()103 WindowInterface (NativeType nativeDisplay) in WindowInterface() function107 const NativeType m_native;