Jump to content
krryn

How check if the given key is down. (Insert), (Delete)?

Recommended Posts

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 ??? :confused:

writeln('clik - Insert');

end;

 

Function ( IsKeyDown) no Key(Insert); (Delete). How check if the given key is down. (Insert), (Delete)? Please help this problem. :(

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
  • Create New...