Searched refs:winrt (Results 1 – 6 of 6) sorted by relevance
64 if (!sdlWindowInfo.info.winrt.window) { in D3D11_GetCoreWindowFromSDLRenderer()69 if (FAILED(sdlWindowInfo.info.winrt.window->QueryInterface(&coreWindow))) { in D3D11_GetCoreWindowFromSDLRenderer()
219 } winrt; member
51 - [WinRT](README-winrt.md)
102 (in `SDL\src\main\winrt\`) directly in order for their C-style main()304 subdirectory, 'src/main/winrt/'. Select, then add, the following files:497 files can be found in `src/main/winrt/`. Adding them to an app's Visual C++
85 │ └── README-winrt.md
770 info->info.winrt.window = reinterpret_cast<IInspectable *>(data->coreWindow.Get()); in WINRT_GetWindowWMInfo()
Completed in 10 milliseconds