Still work on SDL events. Airbrush seems to work. Need to do repeatable buttons.
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1565 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -94,7 +94,7 @@ void Redefine_control(word *shortcut, int x_pos, int y_pos)
|
||||
Display_cursor();
|
||||
while (1)
|
||||
{
|
||||
while(!Get_input())SDL_Delay(20);
|
||||
Get_input();
|
||||
if (Key==KEY_ESC)
|
||||
return;
|
||||
if (Key!=0)
|
||||
|
||||
Reference in New Issue
Block a user