libwiigui icon indicating copy to clipboard operation
libwiigui copied to clipboard

Bugfix for space key at virtual keyboard.

Open retro100 opened this issue 3 years ago • 0 comments

Currently the space key from the virtual keyboard override the null termination with a blank but doesn't set a null termination afterwards.

This bugfix write the missing string null termination after the blank if the space key is used.

Also some hardcoded numbers for keyboard rows, columns and font size are replaced with macros. (I hope this is ok)

Best regards retro100

retro100 avatar Apr 20 '21 23:04 retro100