( |
|
|
|||
returns true if touch screen interface is activated |
global function Boolean IVDClassOnOpenWindow(Integer wn) begin if (TouchScreenInterface) then begin MessageBox(0,"Test: Touch Screen is activated"); end; IVDClassOnOpenWindow = false; return; end;
Related topics: |