Description Usage Arguments Details Value Author(s) See Also
Define the setting within which to shoot a video.
1 2 3 | setting(create, capture, focus, close, key, pointer)
localLinux()
localWindows()
|
create |
A function that can create a window on the desktop,
given information about a |
capture |
A function that can return the numeric ID of the
window with current focus. Like |
focus |
A function that can give focus to a window on the
desktop, given a numeric ID. If the ID is |
close |
A function that can close a window on the desktop, given a numeric ID. |
key |
A function that can send key events to the window with
focus. This function is given the information from a |
pointer |
A function that can send pointer events to the window
with focus. This function is given the information from a
|
The setting function is used to define a setting for
shooting a movie.
The localLinux function defines a Linux setting.
It assumes the existence of a windowing system and the utilities that
underly the wmctrl and xdotool packages.
The localWindows function defines a Windows setting.
It assumes that AutoHotKey is installed.
An object of class DirectorSetting.
Paul Murrell
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.