Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3548

Re: On Screen keyboard for tablets

$
0
0

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


Viewing all articles
Browse latest Browse all 3548

Trending Articles