summaryrefslogtreecommitdiff
path: root/src/rinput.c
Commit message (Expand)AuthorAgeFilesLines
* Revise syntax macros and add a ton of branch hintsGravatar Michael Smith 2024-08-231-15/+16
* Perform very minor load/unload optimisationsGravatar Michael Smith 2023-08-301-0/+2
* Make various preparations for upcoming featuresGravatar Michael Smith 2023-08-021-1/+1
* Adapt vote reset code into fast campaign resettingGravatar Michael Smith 2023-06-031-4/+4
* Refactor the RGBA colour struct into engineapi.hGravatar Michael Smith 2023-05-041-6/+6
* Add basic mouse input scalingGravatar Michael Smith 2022-12-251-29/+106
* Add magical feature codegen system, at long lastGravatar Michael Smith 2022-08-101-3/+8
* Solve the error logging situationGravatar Michael Smith 2022-06-021-6/+5
* Fix GetCursorPos hook return valueGravatar Michael Smith 2022-04-261-1/+1
* Add engine_no_focus_sleep backport, fix codegenGravatar Michael Smith 2022-04-251-1/+1
* Move WIN32_LEAN_AND_MEAN and NOMINMAX into flagsGravatar Michael Smith 2022-04-241-2/+0
* Remove useless raw input multithreadingGravatar Michael Smith 2022-03-211-24/+3
* Add m_rawinput reimplementation to replace RInputGravatar Michael Smith 2022-03-211-0/+181