星火微课系统客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789
  1. 
  2. namespace XHWK.WKTool.Utils.pen
  3. {
  4. interface PenEventI
  5. {
  6. void penPointEvent(byte bIndex, byte bPenStatus, short bx, short by, short bPress,int m_nDeviceW,int m_nDeviceH);
  7. void penStatusEvent();
  8. }
  9. }