Nasal library/clipboard: Difference between revisions

m
m (→‎getText(): Link style)
Line 1: Line 1:
{{Nasal Navigation|nocat=1}}
{{Nasal Navigation|nocat=1}}
This page contains documentation for the '''<code>clipboard</code> namespace''' in [[Nasal]]. This namespace provides functions for working with text stored in the {{wikipedia|Clipboard (computing)|clipboard}}. The <code>clipboard</code> namespace is implemented in {{flightgear file|src/Scripting/NasalClipboard.cxx}}. There are also several files in the <tt>''Scripting''</tt> folder that implement the backend depending on the OS.
This page contains documentation for the '''<code>clipboard</code> namespace''' in [[Nasal]]. This namespace provides functions for working with text stored in the {{wikipedia|Clipboard (computing)|clipboard}}. The <code>clipboard</code> namespace is implemented in {{flightgear source|src/Scripting/NasalClipboard.cxx|pre=flightgear}}. There are also several files in the <tt>''Scripting''</tt> folder that implement the backend depending on the OS.


{{tip|Copy & paste the examples into your [[Nasal Console]] and execute them to see what they do.|width=70%}}
{{tip|Copy & paste the examples into your [[Nasal Console]] and execute them to see what they do.|width=70%}}