NPAPI:Pepper: Difference between revisions

Line 179: Line 179:


=== Event Data Structures ===
=== Event Data Structures ===
We propose a set of event structures that convey the low-level event information for specific classes of events and a union type that is passed for all events.


<pre>
<pre>
Line 210: Line 212:


struct NPPaintEvent {
struct NPPaintEvent {
   // See above for graphics events.
   // TBD: see above for graphics events.
};
};


89

edits