Files
FreeJ/scripts/xgrab_example.js
Jaromil bbb0e63a53 OscController documentation,
small example scripts,
some small fixes to compile flags
2008-07-08 22:30:41 +02:00

13 lines
290 B
JavaScript

// this script grabs the desktop
// discover your desktop id number using the command xwininfo from terminal
// then click on your desktop background and read the information
grab = new XGrabLayer();
grab.open(0x85);
grab.set_fps(25);
grab.activate(true);
grab.start();
add_layer(grab);