Syntax
Lua |
---|
function Control:GetWantsKeyEvents(); |
Returns
Type: booleanTrue if the control wants to receive key events.
Remarks
Gets a flag indicating if the control wants to receive key events.
Lua |
---|
function Control:GetWantsKeyEvents(); |