Version: 2022.3
言語: 日本語
public EventType GetTypeForControl (int controlID);

パラメーター

controlID Event から紹介されているコントロール ID

説明

与えられたコントロール ID に対するフィルタリングされたイベントを取得します

This function is used to implement mouse locking and keyboard focus. The controlID can be obtained from GUIUtility.GetControlID().

See Also: EventType for the list of possible values.