Separated eyes tracking and blinking

This commit is contained in:
SDraw 2022-11-13 11:11:11 +03:00
parent 15a750c036
commit 39c65774df
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
7 changed files with 82 additions and 13 deletions

View file

@ -186,6 +186,20 @@ function inp_toggle_mod_dht(_obj, _callbackName) {
<div id="Enabled" class ="inp_toggle no-scroll" data-current="false"></div>
</div>
</div>
<div class ="row-wrapper">
<div class ="option-caption">Use eyes tracking: </div>
<div class ="option-input">
<div id="EyeTracking" class ="inp_toggle no-scroll" data-current="true"></div>
</div>
</div>
<div class ="row-wrapper">
<div class ="option-caption">Use blinking: </div>
<div class ="option-input">
<div id="Blinking" class ="inp_toggle no-scroll" data-current="true"></div>
</div>
</div>
<div class ="row-wrapper">
<div class ="option-caption">Mirrored movement: </div>