<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/jancity/src/input/inc, branch master</title>
<subtitle>Entry for Global Game Jam 2024.
</subtitle>
<id>https://gitea.privatedns.org/xavi/jancity/atom?h=master</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/jancity/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/jancity/'/>
<updated>2022-11-01T15:26:16+00:00</updated>
<entry>
<title>WIP</title>
<updated>2022-11-01T15:26:16+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2022-09-27T15:03:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/jancity/commit/?id=980858186149651df5543b6fc99a4f7db0cdd089'/>
<id>urn:sha1:980858186149651df5543b6fc99a4f7db0cdd089</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement input component</title>
<updated>2022-09-20T11:52:14+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2022-09-20T10:34:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/jancity/commit/?id=14df82ee4db71509f4ec4968df439d4659ca1ac3'/>
<id>urn:sha1:14df82ee4db71509f4ec4968df439d4659ca1ac3</id>
<content type='text'>
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.
</content>
</entry>
</feed>
