-
-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UPBGE: Use wstring_convert instead of blender utf8 conversion functio…
…n in SCA_KeyboardSensor::LogKeystrokes. Using wstring_convert reduce the code size by avoiding char/wchar_t array conversion to string/wstring. The result is shorter and a lot more understandable.
- Loading branch information
1 parent
4860ac6
commit 387b11d
Showing
1 changed file
with
23 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters