Window.onHintChanged

機能/意味
When the state of the hint changes
タイプ
Windowクラスのイベント
構文
onHintChanged(text, x, y, isshow)
引数
text  The string to display in the hint is passed.
x  Hint display X axis coordinate value is passed.
y  Hint display Y axis coordinate value is passed.
isshow  Passes in whether to show or hide the hint.
説明
 Represents the event function called when the state of the hint changes.
 Display hints according to display / hide.
 If you want hints to be displayed on a layer, set Layer.hitThreshold to 256 so that mouse messages on that layer are ignored.
 Also, Layer.ignoreHintSensing specifies true.
参照
Window.hintDelay
Layer.ignoreHintSensing
Layer.hitThreshold