Version: 2017.1
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 GUIUtilty.GetControlID().

See Also: EventType for the list of possible values.