comparison src/video/bwindow/SDL_BWin.h @ 5225:1fbe1c202501

Renamed SDL_Key to SDL_Keycode to clarify terminology.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 07 Feb 2011 10:40:21 -0800
parents c1a92e61907d
children b530ef003506
comparison
equal deleted inserted replaced
5224:c1a92e61907d 5225:1fbe1c202501
584 584
585 bool shown; 585 bool shown;
586 bool inhibit_resize; 586 bool inhibit_resize;
587 587
588 int32 last_buttons; 588 int32 last_buttons;
589 SDL_Key keymap[128]; 589 SDL_Keycode keymap[128];
590 }; 590 };
591 591
592 #endif /* _SDL_BWin_h */ 592 #endif /* _SDL_BWin_h */
593 /* vi: set ts=4 sw=4 expandtab: */ 593 /* vi: set ts=4 sw=4 expandtab: */