gideros / gideros

Gideros Release version
575 stars 112 forks source link

alertDialog bug with wacom tablet #485

Open keszegh opened 4 years ago

keszegh commented 4 years ago

So the issue is that even though normally an alertdialog is 'above' everything and all touches are caught by it, if one uses a wacom tablet then the pen can click on anything on the screen, which is a big error for me (e.g. one can press the button that opens the dialog multiple times and so on).

keszegh commented 4 years ago

i think it may be related to issue #228 .

keszegh commented 4 years ago

it is a "penTablet" type event that is not caught during an open dialog.