Files
dragonpilot/selfdrive/ui/ui
Adeeb Shihadeh d7c6121ba8 UI: better double click on touch screens (#24400)
* UI: better double click on touch screens

* lower

* just right

Co-authored-by: Comma Device <device@comma.ai>
2022-05-02 19:18:50 -07:00

7 lines
192 B
Bash
Executable File

#!/bin/sh
cd "$(dirname "$0")"
export LD_LIBRARY_PATH="/system/lib64:$LD_LIBRARY_PATH"
export QT_PLUGIN_PATH="../../third_party/qt-plugins/$(uname -m)"
export QT_DBL_CLICK_DIST=150
exec ./_ui