Search completed in 1.18 seconds.
17 results for "NPP_HandleEvent":
Your results are loading. Please wait...
NPP_HandleEvent - Archive of obsolete content
syntax #include <npapi.h> int16 npp_handleevent(npp instance, void* event); parameters the function has the following parameters: instance pointer to the current plug-in instance.
... description the browser calls npp_handleevent to tell the plug-in when events take place in the plug-in's window or drawable area.
...for this reason, npp_handleevent is only way the plug-in can receive events from its host application on mac os.
... when npp_handleevent is called, the current port is set up so that its origin matches the top-left corner of the plug-in.
Drawing and Event Handling - Plugins
the plug-in uses these methods to draw plug-ins and to handle events: plug-in methods, called by the browser: npp_handleevent: deliver a platform-specific event to the instance.
...events are sent to the plug-in with a call to npp_handleevent; for a complete list of event types, see the reference entry for npevent.
...on mac os, events are explicitly provided to the instance by npp_handleevent.
...And 7 more matches
NPEvent - Archive of obsolete content
« gecko plugin api reference « plug-in side plug-in api summary represents an event passed by npp_handleevent() to a windowless plug-in.
...the event type may be any of the ollowing: graphicsexpose focusin focusout enternotify leavenotify motionnotify buttonpress buttonrelease keypress keyrelease description microsoft windows description the type npevent represents an event passed by npp_handleevent() to a windowless plug-in.
... mac os description the npevent object represents an event passed by npp_handleevent() to a windowless plug-in.
...And 2 more matches
Index - Archive of obsolete content
3627 npevent npapi, plugins represents an event passed by npp_handleevent() to a windowless plug-in.
... 3681 npp_handleevent npapi, plugins delivers a platform-specific window event to the instance.
NPAPI plugin reference - Archive of obsolete content
npevent represents an event passed by npp_handleevent() to a windowless plug-in.
... npp_handleevent delivers a platform-specific window event to the instance.
Index of archived content - Archive of obsolete content
ject npn_setexception npn_setproperty npn_setvalue npn_setvalueforurl npn_status npn_utf8fromidentifier npn_useragent npn_version npn_write npobject npp nppvariable npp_destroy npp_destroystream npp_getvalue npp_handleevent npp_new npp_newstream npp_print npp_setvalue npp_setwindow npp_streamasfile npp_urlnotify npp_write npp_writeready npprint npprintcallbackstruct nprect npregion npsaveddata npsetwindowcallbackstruct npstream...
NPN_ForceRedraw - Archive of obsolete content
see also drawing and event handling npn_invalidaterect() npn_invalidateregion() npp_handleevent() npp ...
NPN_InvalidateRect - Archive of obsolete content
npn_invalidaterect() causes the npp_handleevent() method to pass an update event or a paint message to the plug-in.
NPN_InvalidateRegion - Archive of obsolete content
npn_invalidateregion() causes the npp_handleevent() method to pass an update event or a paint message to the plug-in.
NPN_SetValue - Archive of obsolete content
in windowless mode all the browser to plugin communications related to drawing, mouse, and keyboard input are accomplished via npp_handleevent.
NPP_SetWindow - Archive of obsolete content
see also npp_handleevent, npwindow, np_port ...
NPAPI plug-in side API - Archive of obsolete content
npp_destroy npp_destroystream npp_getvalue np_getvalue npp_handleevent np_initialize npp_new npp_newstream npp_print npp_setvalue npp_setwindow np_shutdown npp_streamasfile npp_urlnotify npp_write npp_writeready ...
Plug-in Development Overview - Gecko Plugin API Reference
npp_handleevent: deliver a platform-specific event to the instance.
Plug-in Development Overview - Plugins
npp_handleevent: deliver a platform-specific event to the instance.
Plug-in Side Plug-in API - Plugins
npp_handleevent delivers a platform-specific window event to the instance.
Structures - Plugins
npevent represents an event passed by npp_handleevent to a windowless plug-in.
Gecko Plugin API Reference - Plugins
npp_destroy npp_destroystream npp_getvalue np_getvalue npp_handleevent np_initialize npp_new npp_newstream npp_print npp_setvalue npp_setwindow np_shutdown npp_streamasfile npp_urlnotify npp_write npp_writeready browser side plug-in api this chapter describes methods in the plug-in api that are available from the browser.