Skip to content

Commit

Permalink
Added metadata about hardware support
Browse files Browse the repository at this point in the history
* Tiled requires a keyboard and a mouse to use.
* It supports tablet and touch input (or should, at least).
  • Loading branch information
bjorn committed Jul 10, 2024
1 parent ee52b20 commit 4f4b1e9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions org.mapeditor.Tiled.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,14 @@
<binary>tiled</binary>
<id>tiled.desktop</id>
</provides>
<requires>
<control>pointing</control>
<control>keyboard</control>
</requires>
<supports>
<control>tablet</control>
<control>touch</control>
</supports>
<translation type="qt">tiled</translation>
<update_contact>[email protected]</update_contact>
</component>

0 comments on commit 4f4b1e9

Please sign in to comment.