Implement pen and touch support for Linux
This commit is contained in:
parent
c1a3903d20
commit
d0049da2df
4 changed files with 614 additions and 12 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue