1
0
mirror of synced 2024-12-13 08:21:07 +01:00
ImHex/main/gui/source/window
daver32 6fbbf899b0
fix: Frame rate getting unlocked when inputs are being processed (#1632)
### Problem description
The framerate limiter doesn't work when inputs are being sent (eg mouse
cursor moving over the window), because `glfwWaitEventsTimeout` returns
early when it encounters an event.

### Implementation description
I made it sleep for the remaining time when that happens.
2024-05-01 20:48:41 +02:00
..
linux_window.cpp feat: Added font picker to the settings (#1570) 2024-02-24 22:46:52 +01:00
macos_window.cpp feat: Added font picker to the settings (#1570) 2024-02-24 22:46:52 +01:00
web_window.cpp fix: Dropping files onto ImHex opening them twice 2024-01-20 21:03:46 +01:00
win_window.cpp feat: Support DWM immersive dark mode on Windows (#1636) 2024-04-27 10:03:44 +02:00
window.cpp fix: Frame rate getting unlocked when inputs are being processed (#1632) 2024-05-01 20:48:41 +02:00