Delegate keyboard grab until a button has been pressed if the device says its a mouse

This commit is contained in:
dec05eba
2025-01-26 17:43:20 +01:00
parent dea4393588
commit 3cb156aecb
3 changed files with 27 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
project('gsr-ui', ['c', 'cpp'], version : '1.1.3', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
project('gsr-ui', ['c', 'cpp'], version : '1.1.4', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
if get_option('buildtype') == 'debug'
add_project_arguments('-g3', language : ['c', 'cpp'])