короче сделал такую штуку
LRESULT __stdcall WndProc(const HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) {
if (true && ImGui_ImplWin32_WndProcHandler(hWnd, uMsg, wParam, lParam))
return true;
if (uMsg == WM_KEYDOWN || uMsg == WM_KEYUP) {
if...
Просмотры: 604
Ответы: 11