aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Remove resource, tech and old game resourcesXavier Del Campo Romero2024-01-271-2/+0
|
* wip2Xavier Del Campo Romero2022-12-081-1/+3
|
* WIPXavier Del Campo Romero2022-11-011-1/+4
|
* Implement net componentXavier Del Campo Romero2022-09-201-0/+1
|
* Implement input componentXavier Del Campo Romero2022-09-201-0/+1
| | | | | | | | | | | | | | | | It is required to redirect keyboard input (both physical or not) when a GUI line edit is focused. This means other components cannot be activated on key presses. Therefore, this new component is meant as a higher-level abstraction compared to the `keyboard`/`pad`/`mouse` components, which: - Implements the same APIs provided by `keyboard`, `mouse` and `pad`. - Returns the same results as the APIs above if no GUI element is focused, no input otherwise. Note: replacing calls to `keyboard`/`pad`/`mouse` with `input` will be implemented in a future commit.
* Split CMakeLists.txt for srcXavier Del Campo Romero2022-09-161-0/+47