* Pure C++ Frame Processing Function - Exports data instead of calling JavaScript */
| 367 | * Pure C++ Frame Processing Function - Exports data instead of calling JavaScript |
| 368 | */ |
| 369 | EMSCRIPTEN_KEEPALIVE void jsOnFrame(ActiveStripData& active_strips) { |
| 370 | jsFillInMissingScreenMaps(active_strips); |
| 371 | // JavaScript will call getFrameData() to retrieve the frame data |
| 372 | // No embedded JavaScript - pure data export approach |
| 373 | } |
| 374 | |
| 375 | /** |
| 376 | * Pure C++ Strip Addition Notification - Simple logging |
no test coverage detected