os_gfx -> report mouse move events; still allow passive mouse interaction if window is unfocused, but have recently received mousemove events

This commit is contained in:
Ryan Fleury
2024-02-03 18:04:21 -08:00
parent 985a6f37e9
commit 0be4680ec9
7 changed files with 29 additions and 5 deletions
+1
View File
@@ -689,6 +689,7 @@ struct DF_GfxState
// rjf: frame request state
U64 num_frames_requested;
U64 last_time_mousemoved_us;
// rjf: history cache
DF_StateDeltaHistory *hist;