home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional Developers Kit 1992 November / Disc01 / Disc01.mdf / cppbeta / ibmcli / imcevt.in_ / IMCEVT.INL
Encoding:
Text File  |  1992-10-22  |  276 b   |  6 lines

  1. inline IMouseClickEvent::IMouseClickEvent(IEvent& evt)
  2. /**************************************************************/
  3. /* Construct from an IEvent object.                           */
  4. /**************************************************************/
  5.   : IEvent(evt) {;}
  6.