krryn Posted June 1, 2012 Share Posted June 1, 2012 SCAR Divi 3.34 How check if the given key is down. (Insert), (Delete)? There is no problem key (A). For instance: if (IsKeyDown('a')) then begin writeln('clik - A'); end; while (Insert), (Delete) not working if (IsKeyDown(vbKeyInsert)) then begin ??? writeln('clik - Insert'); end; Function ( IsKeyDown) no Key(Insert); (Delete). How check if the given key is down. (Insert), (Delete)? Please help this problem. Quote Link to comment Share on other sites More sharing options...
FHannes Posted June 1, 2012 Share Posted June 1, 2012 I'm not sure there's a function that can detect the delete or insert key. Quote Link to comment Share on other sites More sharing options...