I tried making a keybining system by asking the character like "R"
then it will combine it with str("KEY_",character)
so that it will have the same as like KEY_R
but i saw that the KEY_R was a globalscope in is_key_pressed(int):
so now i am wondering, how do you convert the string("KEY_R") to globalscope value (KEY_R = 82)
is there a function that will convert the string into globalscope value