# Transparency, click through, and fetching window sizes, positioning, and names

**URL:** https://discourse.processing.org/t/transparency-click-through-and-fetching-window-sizes-positioning-and-names/14695
**Category:** Processing
**Created:** [October 14, 2019, 2:54pm UTC](https://discourse.processing.org/t/transparency-click-through-and-fetching-window-sizes-positioning-and-names/14695 "2019-10-14T14:54:12Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![F53](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/f53/32/7118_2.png) [@F53](https://discourse.processing.org/u/F53)
#### Post date: [October 14, 2019, 2:54pm UTC](https://discourse.processing.org/t/transparency-click-through-and-fetching-window-sizes-positioning-and-names/14695/1 "2019-10-14T14:54:12Z")

</div>

Here is what I am wondering processing can do:

- a sketch with a fully transparent background that shows apps behind it
- a link in size and position to a certain window
  - kinda being attached to it
  - maybe even having a pre-defined window name to attach to?

- inputs only going into the sketch when a key is held
  - clicking ignored by sketch, going into windows behind it
  - ctrl-clicking is seen in the sketch, but not the windows behind it

I have an idea for a tool and really hope I can make it work.  
If this cant work in processing, does anyone know any other Java based IDEs that could do this?

---

<div class="post-metadata">

### Author: ![jeremydouglass](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/jeremydouglass/32/20_2.png) [@jeremydouglass](https://discourse.processing.org/u/jeremydouglass)
#### Post date: [October 19, 2019, 3:56pm UTC](https://discourse.processing.org/t/transparency-click-through-and-fetching-window-sizes-positioning-and-names/14695/2 "2019-10-19T15:56:11Z")

</div>

Past discussions of transparent Processing sketch frames:

- [https://forum.processing.org/two/discussion/11629/is-it-possible-to-make-a-transparent-window](https://forum.processing.org/two/discussion/11629/is-it-possible-to-make-a-transparent-window)
- [https://forum.processing.org/one/topic/how-i-can-make-transparent-frame.html](https://forum.processing.org/one/topic/how-i-can-make-transparent-frame.html)

The routing of input to a specific app is an operating-system level controlled application consideration. If you want a hotkey to bring the Processing app into focus, you will probably need to use a macOS or Windows or Linux hotkey manager. This isn’t specified in the Processing app itself.
