RPR MoveEditCursor

From CockosWiki

(Difference between revisions)
Jump to: navigation, search
(Examples)
 
(5 intermediate revisions not shown)
Line 1: Line 1:
{{API_Doc_Header}}
{{API_Doc_Header}}
-
= =
+
=MoveEditCursor()=
 +
'''void MoveEditCursor(double adjamt, bool dosel)'''
 +
 
==Parameters==
==Parameters==
 +
double adjamt,
 +
bool dosel
==Returns==
==Returns==
 +
void
==Examples==
==Examples==
 +
===C++===
 +
<source lang=cpp>
 +
</source>
 +
 +
===Perl===
===Perl===
-
<pre>
+
<source lang=perl>
-
</pre>
+
</source>
 +
 
 +
 
===Python===
===Python===
-
<pre>
+
<source lang=python>
-
</pre>
+
</source>
 +
 
==See Also==
==See Also==
 +
{{SeeAlso_cursor}}
 +
 +
''(Section automatically generated, edits above this line may be overwritten.)''
 +
==Stuff==
==Stuff==
{{API_Doc_Footer}}
{{API_Doc_Footer}}

Latest revision as of 10:13, 29 January 2010

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR MoveEditCursor
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR MoveEditCursor

Contents

MoveEditCursor()

void MoveEditCursor(double adjamt, bool dosel)

Parameters

double adjamt,
bool dosel

Returns

void 

Examples

C++

 


Perl

 


Python

 

See Also

cursor: GetCursorPosition, GetCursorPositionEx, MoveEditCursor,

(Section automatically generated, edits above this line may be overwritten.)

Stuff

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR MoveEditCursor
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR MoveEditCursor

Personal tools