Files
StarPilot/selfdrive/ui/ui
T
Adeeb Shihadeh 754512ce13 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>
old-commit-hash: d7c6121ba826a0646db8fadf9bd0b89f153c5576
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