Reverted key repeat because of some problems
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@523 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
0.2:
|
0.2:
|
||||||
- Key repeat is now enabled when typing text, from slayne
|
|
||||||
- Capital letter bug in new input code fixed, from slayne
|
- Capital letter bug in new input code fixed, from slayne
|
||||||
- Oscilloscope now reacts to music when speech is disabled (OpenAL) -Mika
|
- Oscilloscope now reacts to music when speech is disabled (OpenAL) -Mika
|
||||||
- Rewritten input code (better and adds joystick/pad support), from slayne
|
- Rewritten input code (better and adds joystick/pad support), from slayne
|
||||||
|
|||||||
@@ -49,7 +49,6 @@ TFB_InitInput (int driver, int flags)
|
|||||||
atexit (TFB_UninitInput);
|
atexit (TFB_UninitInput);
|
||||||
|
|
||||||
SDL_EnableUNICODE(1);
|
SDL_EnableUNICODE(1);
|
||||||
SDL_EnableKeyRepeat(SDL_DEFAULT_REPEAT_DELAY, SDL_DEFAULT_REPEAT_INTERVAL);
|
|
||||||
|
|
||||||
if ((SDL_InitSubSystem(SDL_INIT_JOYSTICK)) == -1)
|
if ((SDL_InitSubSystem(SDL_INIT_JOYSTICK)) == -1)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user