documentation

This commit is contained in:
2026-04-01 16:23:56 +02:00
parent 5ee62d0064
commit ab666368b1
27 changed files with 1080 additions and 164 deletions

View File

@@ -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) {