Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

4
LINES

< > BotCompany Repo | #1019919 // robot_keyPress (down only)

JavaX fragment (include)

svoid robot_keyPress(int keyCode) {
  robot_safetyKeyReleaser_add(keyCode);
  awtRobot().keyPress(keyCode);
}

Author comment

Began life as a copy of #1017974

download  show line numbers  debug dex  old transpilations   

Travelled to 9 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1019919
Snippet name: robot_keyPress (down only)
Eternal ID of this version: #1019919/3
Text MD5: 08de36a86bc9f9bc1b5b33b8f4ca423e
Author: stefan
Category: javax / automation
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-11-30 23:13:44
Source code size: 112 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 257 / 294
Version history: 2 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1019920 - robot_keyRelease