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

@@ -59,6 +59,7 @@ void Rktwebview_qt::processCommand(Command *cmd)
"window.rkt_evt_frame_el = null;\n"
"window.rkt_evt_frame_win = null;\n"
"window.rkt_send_event = function(obj) {\n"
" obj.timestamp = Date.now();\n"
" //console.log('Sending event: ' + obj);\n"
" window.rkt_event_queue.push(obj);\n"
" if (window.rkt_evt_frame_el) {\n"