static MouseAdapter leftClickMouseAdapter(fO r) { ret new MouseAdapter { public void mouseClicked(MouseEvent e) { if (e.getButton() == 1) pcallF(r, new Pt(e.getPoint())); } }; }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1009663 |
Snippet name: | leftClickMouseAdapter |
Eternal ID of this version: | #1009663/2 |
Text MD5: | 093d09c68c9aed8aaf959867bf1ef157 |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-02-12 21:16:43 |
Source code size: | 210 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 487 / 506 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1009707 - leftClickMouseAdapter_noPt |