summaryrefslogtreecommitdiff
path: root/src/player-input.cpp
AgeCommit message (Collapse)Author
2025-05-21pke: player-input DynArray to pk_arr_tJonathan Bradley
2025-01-14chore: fix compiler warnings + extra includesJonathan 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-20passthrough glfw events to previous callback if existsJonathan Bradley
2023-10-13ambiguous constructorJonathan Bradley
2023-10-11checkpoint for handling player inputJonathan Bradley