diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-09-20 12:34:35 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-09-20 13:52:14 +0200 |
| commit | 684587a3c360380e865f9e95cc811fb1276983af (patch) | |
| tree | c46fe7ade38694cf80b9dce151fdbfd0720b6036 /src/camera/privinc/camera_private.h | |
| parent | b8d3eff412c1c91fa09435238998ba1fc17df3fe (diff) | |
Implement input component
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.
Diffstat (limited to 'src/camera/privinc/camera_private.h')
0 files changed, 0 insertions, 0 deletions
