Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Event.GetTypeForControl

GetTypeForControl(controlID: int): EventType;
EventType GetTypeForControl(int controlID);
def GetTypeForControl(controlID as int) as EventType

Parameters

controlIDThe ID of the control you are querying from.

Description

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 GUIUtilty.GetControlID (). See Also: EventType for the list of possible values.