You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable NUI focus NUI with any input, release the input and state is not reset.
You have to disable focus and tap input again to be reset
It's happening with raw key natives too
Expected result
When key is release input state should be released.
Reproduction steps
setTick(() => {
const down = Citizen.invokeNative<boolean>('0xD95A7387', 0x41); // IS_RAW_KEY_DOWN
if (down) {
console.log('VK_A is down'); // this should ne be displayed when input is released when nui focus is active
SetNuiFocus(true, true);
}
});
Importancy
Slight inconvenience
Area(s)
RedM
Specific version(s)
all
Additional information
No response
The text was updated successfully, but these errors were encountered:
What happened?
Enable NUI focus NUI with any input, release the input and state is not reset.
You have to disable focus and tap input again to be reset
It's happening with raw key natives too
Expected result
When key is release input state should be released.
Reproduction steps
Importancy
Slight inconvenience
Area(s)
RedM
Specific version(s)
all
Additional information
No response
The text was updated successfully, but these errors were encountered: