Confirmed users, Bureaucrats and Sysops emeriti
1,680
edits
Line 40: | Line 40: | ||
void *event; | void *event; | ||
} NPExtendedXEvent; | } NPExtendedXEvent; | ||
The events that the browser actually sends will depend on the associated drawing model. For example, if a plugin were to select NPEventModelExtendedX and not NPDrawingModelDrawImage, then the plugin would simply receive the same events as in NPEventModelX but wrapped in the NPEventModelExtendedX structure and of type NPXEventTypeXEvent. |