(Touch) Add Pressure, radius & angle information
[platform/core/uifw/dali-adaptor.git] / adaptors / common / adaptor.cpp
index e0af921..9c6701c 100644 (file)
@@ -104,6 +104,11 @@ RenderSurface& Adaptor::GetSurface()
   return mImpl->GetSurface();
 }
 
+Any Adaptor::GetNativeWindowHandle()
+{
+  return mImpl->GetNativeWindowHandle();
+}
+
 void Adaptor::ReleaseSurfaceLock()
 {
   mImpl->ReleaseSurfaceLock();