1 | static MouseAdapter leftClickMouseAdapter_noPt(fO r) { |
2 | ret new MouseAdapter { |
3 | public void mouseClicked(MouseEvent e) { |
4 | if (e.getButton() == 1) |
5 | pcallF(r); |
6 | } |
7 | }; |
8 | } |
Began life as a copy of #1009663
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: | #1009707 |
Snippet name: | leftClickMouseAdapter_noPt |
Eternal ID of this version: | #1009707/1 |
Text MD5: | 114872f958e827fbd344ccae19893533 |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-08-14 17:38:06 |
Source code size: | 193 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 531 / 522 |
Referenced in: | [show references] |