Use OpenGL ES driver by default and add CLI switch to opt out
This change makes osk-sdl use the OpenGL ES driver whenever it is available. If it is not available, the app falls back to the default driver.
Additionally, a new command line option -G
/ --no-gles
was added that
allows to opt out of the behavior and fall back to the default driver
from the start.
Furthermore, in a separate commit this adds --testmode
, --keyscript
and
--verbose
options to complement the existing -t
, -k
and -v
short options.
Edited by Administrator