documentation
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
if (window.rkt_event_queue === undefined) { window.rkt_event_queue = []; }
|
||||
|
||||
window.rkt_put_evt = function(evt) {
|
||||
evt.timestamp = Date.now();
|
||||
window.rkt_event_queue.push(evt);
|
||||
if (window.rkt_evt_frame_el) {
|
||||
window.rkt_evt_frame_win.print();
|
||||
}
|
||||
};
|
||||
|
||||
window.rkt_event_info = function(e, id, evt) {
|
||||
|
||||
Reference in New Issue
Block a user