It’s possible to block a keyboard, for example when press F12 to recive a message.
So you’re trying to block all keyboard inputs when pressing F12?
Yea that’s I want
Below is a native you can try.
// 0x5F4B6931816E599B 0x16753CF4
// DisableAllControlActions
void DISABLE_ALL_CONTROL_ACTIONS(int inputGroup);
1 Like