Confirmed users, Bureaucrats and Sysops emeriti
1,680
edits
| Line 32: | Line 32: | ||
'''NPAPI Advanced Key Handling (AKH) Support''' | '''NPAPI Advanced Key Handling (AKH) Support''' | ||
* Last modified: March | * Last modified: March 19, 2009 | ||
* Author: Josh Aas, Mozilla Corporation | * Author: Josh Aas, Mozilla Corporation | ||
* Contributors: Johnny Stenback (Mozilla), Aaron Leventhal (IBM), Oliver Yeoh (Sun), Danielle Pham (Sun), Deneb Mateka (Adobe), Anders Carlsson (Apple), Michelle Sintov (Adobe) | * Contributors: Johnny Stenback (Mozilla), Aaron Leventhal (IBM), Oliver Yeoh (Sun), Danielle Pham (Sun), Deneb Mateka (Adobe), Anders Carlsson (Apple), Michelle Sintov (Adobe) | ||
| Line 49: | Line 49: | ||
// This encourages the forwarding of all events even if the plugin already handled them. | // This encourages the forwarding of all events even if the plugin already handled them. | ||
// The browser is then able to take further action if that is necessary for some reason. | // The browser is then able to take further action if that is necessary for some reason. | ||
// | // Mouse move and null events should not be forwarded for performance reasons. | ||
// Return value indicates whether or not the browser handled the event. | // Return value indicates whether or not the browser handled the event. | ||
NPBool NPN_HandleEvent(NPP instance, void *event, NPBool handled); | NPBool NPN_HandleEvent(NPP instance, void *event, NPBool handled); | ||