mirror of
https://github.com/dyne/FreeJ.git
synced 2026-02-06 04:59:16 +01:00
using libGD (when detected at configure) enables each screen to take a screenshot at any moment and save it into a file this is useful for thumbnailing and demos of plugin effects
7 lines
99 B
JavaScript
7 lines
99 B
JavaScript
|
|
|
|
include("test_rand.js");
|
|
|
|
rand_kbd.released_s = function() { scr.save_frame("rand_shot.png"); }
|
|
|