/// <summary> ///! this is only for one time controls IE buttonUP buttonDOWN /// </summary> void FetchOneTimeControls() { if (KeyMapper.GetButtonDown("Jump")) { jumpButtonDown = true; } if (KeyMapper.GetButtonUp("Jump")) { jumpButtonUp = true; } }