mirror of
https://github.com/alexbatalov/fallout2-ce.git
synced 2025-12-19 17:37:04 -05:00
Remove keyboard settings functions
This commit is contained in:
32
src/input.cc
32
src/input.cc
@@ -655,38 +655,6 @@ unsigned int _get_bk_time()
|
||||
return gTickerLastTimestamp;
|
||||
}
|
||||
|
||||
// NOTE: Unused.
|
||||
//
|
||||
// 0x4C9418
|
||||
void inputSetKeyboardKeyRepeatRate(int value)
|
||||
{
|
||||
gKeyboardKeyRepeatRate = value;
|
||||
}
|
||||
|
||||
// NOTE: Unused.
|
||||
//
|
||||
// 0x4C9420
|
||||
int inputGetKeyboardKeyRepeatRate()
|
||||
{
|
||||
return gKeyboardKeyRepeatRate;
|
||||
}
|
||||
|
||||
// NOTE: Unused.
|
||||
//
|
||||
// 0x4C9428
|
||||
void inputSetKeyboardKeyRepeatDelay(int value)
|
||||
{
|
||||
gKeyboardKeyRepeatDelay = value;
|
||||
}
|
||||
|
||||
// NOTE: Unused.
|
||||
//
|
||||
// 0x4C9430
|
||||
int inputGetKeyboardKeyRepeatDelay()
|
||||
{
|
||||
return gKeyboardKeyRepeatDelay;
|
||||
}
|
||||
|
||||
// 0x4C9490
|
||||
static void buildNormalizedQwertyKeys()
|
||||
{
|
||||
|
||||
@@ -30,10 +30,6 @@ void inputBlockForTocks(unsigned int ms);
|
||||
unsigned int getTicksSince(unsigned int a1);
|
||||
unsigned int getTicksBetween(unsigned int a1, unsigned int a2);
|
||||
unsigned int _get_bk_time();
|
||||
void inputSetKeyboardKeyRepeatRate(int value);
|
||||
int inputGetKeyboardKeyRepeatRate();
|
||||
void inputSetKeyboardKeyRepeatDelay(int value);
|
||||
int inputGetKeyboardKeyRepeatDelay();
|
||||
int _GNW95_input_init();
|
||||
void _GNW95_process_message();
|
||||
void _GNW95_clear_time_stamps();
|
||||
|
||||
Reference in New Issue
Block a user