This is a very simple one, i have two plugins using the same button to activate, and they are conflicting. Rather than wait for a response from the plugin developer im pretty sure i have found the correct line the .cs to modify.
if(state.WasJustPressed(BUTTON.FIRE_THIRD))
Is there a list somewhere i can find that shows me the correct key names, so i can change this line to a preferred one?
So lets say i wish to use my "Scroll lock" key, what would this be called in the correct format?
if(state.WasJustPressed(BUTTON.FIRE_THIRD))
Is there a list somewhere i can find that shows me the correct key names, so i can change this line to a preferred one?
So lets say i wish to use my "Scroll lock" key, what would this be called in the correct format?