I can find out if device is tablet and if it has mouse
//86 tablet
//94 digitizer
//43 mouse buttons
if GetSystemMetrics(86) = 1 and GetSystemMetrics(94)>0 and GetSystemMetrics(94)=0 then
gb_tablet = true
end if
I can find out if device is tablet and if it has mouse
//86 tablet
//94 digitizer
//43 mouse buttons
if GetSystemMetrics(86) = 1 and GetSystemMetrics(94)>0 and GetSystemMetrics(94)=0 then
gb_tablet = true
end if