// 2019-01-17: Misc: Using GetForegroundWindow()+IsChild() instead of GetActiveWindow() to be compatible with windows created in a different thread or parent. // 2019-01-17: Inputs: Added support for ...
// [X] Platform: Keyboard arrays indexed using VK_* Virtual Key Codes, e.g. ImGui::IsKeyPressed(VK_SPACE). // [X] Platform: Gamepad support. Enabled with 'io.ConfigFlags |= ...
ImGuiというライブラリを知っていますか? ImGuiはOpenGLやDirectXなどで使えるGUIライブラリです。 今回は、そのImGuiの使い方を紹介しようと思います。 ImGuiでできること ImGuiでは、ボタンやスライダー、画像などを出すことができます。 ImGuiの実装 今回は、OpemGL ...
6.example_win32_directx11/main.cppを持ってきて、一部改変(というか不要なのを削除) // Main loop MSG msg; ZeroMemory(&msg, sizeof(msg ...
一部の結果でアクセス不可の可能性があるため、非表示になっています。
アクセス不可の結果を表示する