Beta Documentation - Subject to change.

Gets a flag indicating if the control wants to receive key events.

Syntax

Lua
function Control:GetWantsKeyEvents();

Returns

Type: boolean
True if the control wants to receive key events.

Remarks

Gets a flag indicating if the control wants to receive key events.

See Also