Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Mouse Control Functions)
(Mouse Control Functions)
Line 292: Line 292:
 
* [[Core Function MouseDown|MouseDown ( <button> )]] -- Perform a mouse down event at the current mouse position
 
* [[Core Function MouseDown|MouseDown ( <button> )]] -- Perform a mouse down event at the current mouse position
 
* [[Core Function MouseUp|MouseUp ( <button> )]] -- Perform a mouse up event at the current mouse position
 
* [[Core Function MouseUp|MouseUp ( <button> )]] -- Perform a mouse up event at the current mouse position
* [[Core Function MouseMove|MouseMove ( )]] -- Moves the mouse pointer
+
* [[Core Function MouseMove|MouseMove ( <x>, <y>, <speed> )]] -- Moves the mouse pointer
 
* [[Core Function MouseGetPos|MouseGetPos ( )]] -- Retrieves the current position of the mouse cursor
 
* [[Core Function MouseGetPos|MouseGetPos ( )]] -- Retrieves the current position of the mouse cursor
 
* [[Core Function MouseGetCursor|MouseGetCursor ( )]] -- Returns a cursor ID Number of the current Mouse Cursor
 
* [[Core Function MouseGetCursor|MouseGetCursor ( )]] -- Returns a cursor ID Number of the current Mouse Cursor

Revision as of 11:46, 26 November 2011

Contents

Function Reference

How to create a Function

To create your own funtions see the Function page.

Core Functions

Language Features

Console Functions

Multithreading Functions

Variable Type Conversions

Common Variable Functions

Misc
Hash/Array
Type Checking

Binary Data Management Functions

Math Functions

String Functions

Array Functions

Hash (Dictionary) Functions

Process Functions

Environment Management

File Functions

File Create/Read/Write Functions

GUI Functions

Dialog Creation Functions
Dialog Properties Get/Set Functions
Control Creation Functions
Event Linking Functions
Dialog/Control Properties Get/Set Functions
Control Properties Get/Set Functions
Other GUI Functions

Keyboard Control Functions

Mouse Control Functions

Misc Functions

User Defined Functions

These functions are created using Sputnik and are not part of the Sputnik core language.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox