group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
InputReceiveSystem.hpp File Reference

System for deserialising incoming client input packets into events. More...

Include dependency graph for InputReceiveSystem.hpp:

Go to the source code of this file.

Namespaces

namespace  systems
 Client-only input sampling system — split into two halves so mouse look can run every iterate() (smooth camera at any FPS) while movement keys run once per physics tick group (server-consistent).

Functions

Event systems::runInputReceive (const void *data)
 Deserialise a raw InputSnapshot packet into a gameplay Event.

Detailed Description

System for deserialising incoming client input packets into events.