89
edits
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 { | ||
// | // TBD: see above for graphics events. | ||
}; | }; | ||
edits