Implement pen and touch support for Linux

This commit is contained in:
Cameron Gutman
2024-01-12 21:16:34 -06:00
parent c1a3903d20
commit d0049da2df
4 changed files with 614 additions and 12 deletions

View File

@@ -358,7 +358,7 @@
</div>
<!-- Native pen/touch support -->
<div class="mb-3" v-if="config.mouse === 'enabled' && platform === 'windows'">
<div class="mb-3" v-if="config.mouse === 'enabled'">
<label for="native_pen_touch" class="form-label">Native Pen/Touch Support</label>
<select id="native_pen_touch" class="form-select" v-model="config.native_pen_touch">
<option value="disabled">Disabled</option>