356
edits
Changes
→Structure of an Event
= Structure of an Event =
An event is defined in the library as an array of values : <code>[.opcode, .p0, .p1, .p2, .p3]</code> where the first value : * <code>.opcode</code> is used to uniquely identify the event and the subsequent values * <code>.p0, .p1, .p2, .p3</code> contains informations specific to that event.
= Events' Library Functions =