Sam Christiansen

Results 4 comments of Sam Christiansen

Do you have ideas about how you'd like this implemented? I'd really like to see this functionality added to the package, but if I spend time implementing this I'd like...

Will give it a shot thanks 👍

I think i see what caused this. In order to update to 1.89.9, I had to switch this line: https://github.com/sammyfreg/netImgui/blob/35b3e32fbe545357a244cc99c0389d24997ae43f/Code/Client/Private/NetImgui_Api.cpp#L683 to: ``` io.ClearInputKeys(); ``` because ``` io.ClearInputCharacters(); ``` has been...

Im going to try to just switch to this: ``` io.InputQueueCharacters.resize(0); ``` That's what the old method did.