Layer.setAttentionPos

機能/意味
Gaze position designation
タイプ
Layerクラスのメソッド
構文
setAttentionPos(left, top)
引数
left  Specifies the x coordinate value (in display coordinates of this layer) to watch, in pixels.
 This value can also be set / get with the Layer.attentionLeft property.
top  Specifies the x coordinate value (in display coordinates of this layer) to watch, in pixels.
 This value can also be set / get with the Layer.attentionTop property.
戻り値
なし (void)
説明
 Specify the gaze position. The gaze position is usually set to the position of the caret (a flashing bar in a text editor to indicate the character input position from the keyboard). Undetermined characters of the IME are displayed at this gaze position.
参照
Layer.useAttention