touch.def
上传用户:qiulin1960
上传日期:2013-10-16
资源大小:2844k
文件大小:1k
源码类别:

Windows CE

开发平台:

Windows_Unix

  1. ;
  2. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  3. ;
  4. ;
  5. ; Use of this source code is subject to the terms of the Microsoft end-user
  6. ; license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
  7. ; If you did not accept the terms of the EULA, you are not authorized to use
  8. ; this source code. For a copy of the EULA, please see the LICENSE.RTF on your
  9. ; install media.
  10. ;
  11. LIBRARY  TOUCH
  12. EXPORTS
  13. TouchPanelGetDeviceCaps;
  14. TouchPanelEnable;
  15. TouchPanelDisable;
  16. TouchPanelSetMode;
  17. TouchPanelReadCalibrationPoint;
  18. TouchPanelReadCalibrationAbort;
  19. TouchPanelSetCalibration;
  20. TouchPanelCalibrateAPoint;
  21. TouchPanelPowerHandler;
  22. ; @CESYSGEN IF WCESHELLFE_MODULES_TRANSCRIBER || SHELLW_MODULES_CGRTOUCH
  23. ; @CESYSGEN ENDIF