Difference between revisions of "Defocus (LogiX node)/ja"

From Neos Wiki
Jump to navigation Jump to search
(Created page with "'''Defocus'''ノードは、Neosソフトウェアのキーボードを閉じ、<code>Target</code>TextEditorの編集を停止させます。")
(Created page with "== 使用方法 == <code>OnDone</code> 出力は、<code>Defocus</code>へ入力したインパルスにより <code>Target</code> のデフォーカスが成功したとき...")
Line 10: Line 10:
 
'''Defocus'''ノードは、Neosソフトウェアのキーボードを閉じ、<code>Target</code>TextEditorの編集を停止させます。
 
'''Defocus'''ノードは、Neosソフトウェアのキーボードを閉じ、<code>Target</code>TextEditorの編集を停止させます。
  
== Usage ==
+
== 使用方法 ==
The <code>OnDone</code> output fires an impulse when the <code>Target</code> has been successfully defocused as a result of an impulse received at <code>Defocus</code>. An impulse is still fired even if the <code>Target</code> was not focused. No impulse is fired if there is no valid input <code>Target</code>.
+
<code>OnDone</code> 出力は、<code>Defocus</code>へ入力したインパルスにより <code>Target</code> のデフォーカスが成功したときにインパルスを出力します。<code>Target</code>がフォーカスされていない場合でも、インパルスは出力されます。有効な入力<code>Target</code>がない場合は、インパルスは出力されません。
  
  

Revision as of 02:15, 18 February 2022

Other languages:
English • ‎日本語 • ‎한국어
Defocus
'Defocus' LogiX node
Inputs
  Impulse Defocus
  IFocusable Target
Outputs
  Impulse OnDone

Defocusノードは、Neosソフトウェアのキーボードを閉じ、TargetTextEditorの編集を停止させます。

使用方法

OnDone 出力は、Defocusへ入力したインパルスにより Target のデフォーカスが成功したときにインパルスを出力します。Targetがフォーカスされていない場合でも、インパルスは出力されます。有効な入力Targetがない場合は、インパルスは出力されません。


The TextEditor is only defocused for the user who owns the impulse. If a TextEditor other than the Target is focused it will not be defocused if this node receives an impulse.

Examples

Node Menu

NodeMenu-UI/ja