Event.GetTypeForControl 获取控件类型
function GetTypeForControl (controlID : int) : EventType
Parameters参数
-
controlIDthe ID of the control you are querying from. Get it from GUIUtilty.GetControlID () See Also: EventType for the list of possible values.
你查询的控件ID。从GUIUtilty.GetControlID () 获得。参见:EventType可能的值的列表
Description描述
Get a filtered event type for a give control ID.
获取一个给定controlID的过滤的事件类型。
This function is used to implement mouse locking and keyboard focus.
这个函数用来实现鼠标锁定和键盘焦点。
最后修改:2010年12月31日 Friday 23:32