Searched defs:WindowInterface (Results 1 – 1 of 1) sorted by relevance
91 struct WindowInterface : public Window struct94 typedef typename TypeTraits<WsiType>::NativeWindowType NativeType;96 NativeType getNative (void) const { return m_native; } in getNative()99 WindowInterface (NativeType nativeDisplay) in WindowInterface() argument103 const NativeType m_native;