RepeatStopKey: stop repeating a key until it's released

This commit is contained in:
Glenn Maynard
2006-09-14 20:39:54 +00:00
parent a05fe7e8ab
commit f652510cc5
4 changed files with 45 additions and 0 deletions
+3
View File
@@ -49,6 +49,9 @@ public:
void ResetKeyRepeat( const GameInput &GameI );
void ResetKeyRepeat( const MenuInput &MenuI, PlayerNumber pn );
void RepeatStopKey( const GameInput &GameI );
void RepeatStopKey( MenuButton MenuI, PlayerNumber pn );
struct Mapping
{
bool IsEndMarker() const { return iSlotIndex==-1; }