Code Viewer

./WindowHandlers/HotkeySubclass_handler.js File Size: 1.17 KB

  1. /*
  2. *
  3. *      Hotkey_Subclass.xml
  4. *
  5. */
  6.  
  7.  
  8. /*
  9.         Name:   OnHotkey_SubclassEvent_MessageNotification
  10.         Purpose:        Function is called everytime a defined message is sent to the window(in our case WM_HOTKEY)
  11.         Parameters:     pPlusWnd - The Plus! Window Object the message was received on
  12.                                 nMessage - The message that was received by the window
  13.                                 wParam - 16 bit parameter
  14.                                 lParam - 32 bit parameter
  15.         Return: None
  16. */
  17. function OnHotkey_SubclassEvent_MessageNotification(pPlusWnd, nMessage, wParam, lParam) {
  18.         if (_hotkey.ProcessHotkeyMessage(pPlusWnd, nMessage, wParam, lParam)) return -1;
  19. }

Version

  • 5.0.0070_20100325_publicbeta1

Developers

Project Details

  • Folders8
  • Files122
  • Total Lines11,867
  • Repository Version70

User Count

  • 162