hedgewars/uKeys.pas
changeset 2581 10f03732ea60
parent 2580 aeccc8f51d3f
child 2586 204e6b2885bc
equal deleted inserted replaced
2580:aeccc8f51d3f 2581:10f03732ea60
   341 		begin
   341 		begin
   342 		keynames[k]:= 'j' + inttostr(j) + 'b' + inttostr(i);
   342 		keynames[k]:= 'j' + inttostr(j) + 'b' + inttostr(i);
   343 		inc(k, 1);
   343 		inc(k, 1);
   344 		end;
   344 		end;
   345 	end;
   345 	end;
       
   346 
   346 {$IFDEF IPHONEOS}
   347 {$IFDEF IPHONEOS}
   347 DefaultBinds[  1]:= '/put';
   348 DefaultBinds[  1]:= '/put';
   348 DefaultBinds[  3]:= 'ammomenu';
   349 DefaultBinds[  3]:= 'ammomenu';
   349 DefaultBinds[  8]:= 'hjump';
   350 DefaultBinds[  8]:= 'hjump';
   350 DefaultBinds[ 13]:= 'ljump';
   351 DefaultBinds[ 13]:= 'ljump';