home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 13 / boot-disc-1997-09.iso / HyprWire / DATA.Z / MouseEvt.opt < prev    next >
Text File  |  1996-10-25  |  753b  |  30 lines

  1.     kxPort ButtonUp =
  2.       {
  3.       kxJavaSignature = "()V"
  4.       kxPublicNames = "Button Up" "Not Specified"
  5.       }
  6.  
  7.     kxPort ButtonDown =
  8.       {
  9.       kxJavaSignature = "()V"
  10.       kxPublicNames = "Button Down" "Not Specified"
  11.       }
  12.  
  13. //    kxPort ButtonDoubleclick =
  14. //     {
  15. //      kxJavaSignature = "()V"
  16. //      kxPublicNames = "Button Double-click" "Not Specified"
  17. //      }
  18.  
  19.     kxPort MouseEnter =
  20.       {
  21.       kxJavaSignature = "(LHwObject;LHwObject;)V"
  22.       kxPublicNames = "Mouse Enter" "module" "embedded data" "Not Specified"
  23.       }
  24.  
  25.     kxPort MouseLeave =
  26.       {
  27.       kxJavaSignature = "(LHwObject;LHwObject;)V"
  28.       kxPublicNames = "Mouse Leave" "module" "embedded data" "Not Specified"
  29.       }
  30.