a node.js plugin to integrate nw.js/electron games with steamworks
MIT License
1.49k
stars
153
forks
source link
ShowFloatingGamepadTextInput incorrectly checks if the 5th arg is a String instead of an Int32, resulting in a "bad arguments" error when attempting to call. #333
Unfortunately, ShowFloatingGamepadTextInput incorrectly checks if the 5th arg is a String instead of an Int32, resulting in a "bad arguments" error when attempting to call.
Thank you for the implementation of this API.
Unfortunately, ShowFloatingGamepadTextInput incorrectly checks if the 5th arg is a String instead of an Int32, resulting in a "bad arguments" error when attempting to call.
Code in question:
src/api/steam_api_utils.cc
I believe
!info[4]->IsString())
should instead be!info[4]->IsInt32())