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

  1.     kxPort GetReferencePoint =
  2.       {
  3.       kxFlags = kxSystem
  4.       kxJavaMethod = wiGetReferencePoint
  5.       kxJavaSignature = "()LReferencePoint"
  6.       kxPublicNames = "Get Reference Point" "Reference Point"
  7.       }
  8.  
  9.     kxPort SetReferencePoint =
  10.       {
  11.       kxFlags = kxSystem
  12.       kxJavaMethod = wiSetReferencePoint
  13.       kxJavaSignature = "(LReferencePoint;)V"
  14.       kxPublicNames = "Set Reference Point" "reference point" "Old Reference Point"
  15.       }
  16.  
  17.     kxPort GetMouseLocation =
  18.       {
  19.       kxFlags = kxSystem
  20.       kxJavaMethod = wiGetMouseLocation
  21.       kxJavaSignature = "()LPoint"
  22.       kxPublicNames = "Get Mouse Location" "Point"
  23.       }
  24.  
  25.