YetiSpaghetti
No user record in our sample, but YetiSpaghetti has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but YetiSpaghetti has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Everyone plays fps games. This includes people who wouldn't consider themselves "fps gamers". Users who care about mouse input will go into the settings to target the 'correct' settings for them. For everyone else,…
It's more complex than that. There's no right answer and therefore every answer is wrong :( For more critical observers, you're right: raw input is preferred. However, most users (casuals) expect similar settings as…
Only when a raw input device is enabled. If I remember correctly, Windows will also send the raw input as legacy input messages. With no raw input device registered, the OG message queue is not bloated.
I think the author has two issues in their approach. 1) You should be processing the whole message queue for all types of messages in one go. When using raw input, author is peeking for "not input" event types. To me,…