Version: 2020.2
언어: 한국어

Event.GetTypeForControl

매뉴얼로 전환
public EventType GetTypeForControl (int controlID);

파라미터

controlID The ID of the control you are querying from.

설명

Get a filtered event type for a given control 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.