|
|
Creates a panel where you can draw objects (up to 128)
Used only for backward compatibility.
X position of the nth object to draw in %.
Y position of the nth object to draw in %.
size, width, diameter of the nth object in %.
type of the object:
Color of the object.
Can be used to modify groups of objects at once with an array.
Executes the draw command. Be gentle, it cost a lot of CPU.
Determines where the display panel is visible:
Gives the mouse state of the control: 1 if the mouse is pressed 0 otherwise. In multi-touch configuration, can be an array of [0..1] values. See Getting Multi-touch infos in Patches.
Gives the mouse X position on the the control in relative coordinates:
In multi-touch configuration, can be an array of [0..1] values. See Getting Multi-touch infos in Patches.
Gives the mouse Y position on the the control in relative coordinates:
In multi-touch configuration, can be an array of [0..1] values. See Getting Multi-touch infos in Patches.
Gives information about the last gesture applied on the control. See Getting Gesture Info.
Background bitmap input. See Manipulate Bitmaps.
Bitmap output. See Manipulate Bitmaps.
Name of the dropped file. See Using drag & drop.
Enables or disables the drag&drop possibilities on the panel. See Using drag & drop.
Send a 1 value if the user has double clicked on the control.
Gives the X position of the top left corner of the panel in the parent panel (container or control panel). See Floating Panels.
Gives the Y position of the top left corner of the panel in the parent panel (container or control panel). See Floating Panels.
Hint string of the control. See Hint Strings.
Opens the layout window. See Use the Layout window.