summaryrefslogtreecommitdiff
path: root/src/player-input.hpp
AgeCommit message (Collapse)Author
2025-10-02pke: use explicit bucket on input setJonathan Bradley
2025-09-26pke-editor: print active player control setsJonathan Bradley
2025-07-24pke: ui: update state on mouse hoverJonathan Bradley
2025-07-24pke: pke_input_event fat struct refactorJonathan Bradley
2025-06-11pke: serialize PkeInput first-passJonathan Bradley
2025-01-14chore: fix compiler warnings + extra includesJonathan Bradley
2025-01-09flatten file structure + renameJonathan Bradley
2025-01-08first-pass replace cmake with makeJonathan Bradley
2024-11-14add pk.h and major pkmem refactorJonathan Bradley
Completely replaces the memory module with pkmem pkmem is a newer implementation of the same bucket memory structure. Also includes replacing pkstr.h with pk.h's pkstr
2023-12-06player-input track if events happened this tickJonathan Bradley
2023-11-15major input refactor and add debug cameraJonathan Bradley
2023-11-08input events are queryableJonathan Bradley
2023-10-20Remove expired unhandled eventsJonathan Bradley
2023-10-11checkpoint for handling player inputJonathan Bradley