OpenTrespasser / JurassicParkTrespasser

A git-based fork of the Jurassic Park: Trespasser source code.
98 stars 24 forks source link

Pause menu trigger event #117

Closed meekee7 closed 4 years ago

meekee7 commented 4 years ago

A long-standing complaint about vanilla Trespasser is that you have to keep holding down the ESC to use the pause menu. The cause is that the pause menu is triggered by a KEYDOWN event, but leaving a menu is triggered by a KEYUP event. The pause menu trigger is changed to the KEYUP event. This mimics the behavior of the CE mod.