星火微课系统客户端
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. namespace XHWK.WKTool.Utils.pen
  2. {
  3. interface PenEventI
  4. {
  5. void penPointEvent(byte bIndex, byte bPenStatus, short bx, short by, short bPress,int m_nDeviceW,int m_nDeviceH);
  6. void penStatusEvent();
  7. }
  8. }