예제 #1
0
파일: Rhodes.cpp 프로젝트: codealot/rhodes
	HWND GetWebViewWindow(int index) {	return m_appWindow.getWebViewHWND(
#ifdef RHODES_EMULATOR
            index
#endif
        );
	}
예제 #2
0
	HWND GetWebViewWindow(int index) {	return m_appWindow.getWebViewHWND(
#if defined(OS_WINDOWS_DESKTOP)
            index
#endif
        );
	}
예제 #3
0
	HWND GetWebViewWindow(int index) { return m_appWindow.getWebViewHWND(); }