NPAPI:AdvancedKeyHandling: Difference between revisions

Jump to navigation Jump to search
Line 32: Line 32:
'''NPAPI Advanced Key Handling (AKH) Support'''
'''NPAPI Advanced Key Handling (AKH) Support'''


* Last modified: March 18, 2009
* 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.
//  Events such as mouse move and null events should not be forwarded for perf reasons.
//  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);
Confirmed users, Bureaucrats and Sysops emeriti
1,680

edits

Navigation menu