Code review comment for lp:~thenifker13-deactivatedaccount/widelands/trunk

Revision history for this message
Antonino Siena (thenifker13-deactivatedaccount) wrote :

Trying in window.cc - doesnt work so far:
"
case SDLK_UP:
case SDLK_DOWN:
case SDLK_LEFT:
case SDLK_RIGHT:{
 Panel *p = get_parent();
 return p->handle_key(down, code);
}
"

« Back to merge proposal