GTA V NativescontrolsControls::setInputExclusiveOn this pageControls::setInputExclusiveSyntax ```js mp.game.controls.setInputExclusive(inputGroup, control); ``` Required Arguments inputGroup: int control: int Return value Undefined Example ```js // todo ``` See also