PlayCover / PlayTools

Tools for keymapping, dynamic resolution, and more
GNU Affero General Public License v3.0
71 stars 56 forks source link

Fix smart keymapping disallowing textfield typing #131

Closed TheMoonThatRises closed 1 year ago

TheMoonThatRises commented 1 year ago

Fixes bug where smart keymapping makes it so that the user is unable to type in textfields (such as game chat) with smart keymapping enabled. Also fixes an issue where elements on screen are unable to be clicked. Fixes https://github.com/PlayCover/PlayCover/issues/1086.

XuYicong commented 1 year ago

There are actually two classes conforming to the UITextInput protocol. I think it would be better to observe both their notifications.

JoseMoreville commented 1 year ago

Testing today