meslzy / electron-as-wallpaper

set your electron window as wallpaper behind desktop icons
MIT License
68 stars 10 forks source link

edit window #3

Closed zym-creaor closed 2 years ago

zym-creaor commented 2 years ago

I'm currently working on a desktop calendar

like is image

i want to double click to edit the window

I have two needs

  1. Double click the edit window
  2. The window can be dragged and resized

Can it be achieved? Thank you very much

meslzy commented 2 years ago

Lemme tell what really going on behind the desktop icons.

To make the electron window behind desktop icons i need to move the window to place called list view from windows api.

When i move the windows to that place u have no control with mouse or keyboard because it's not focusble.

What is the solution? To make the window interact with keyboard and mouse movements u have to use windows api.

So i can't help you archive your goal, Sorry mate.

zym-creaor commented 2 years ago

Lemme tell what really going on behind the desktop icons.

To make the electron window behind desktop icons i need to move the window to place called list view from windows api.

When i move the windows to that place u have no control with mouse or keyboard because it's not focusble.

What is the solution? To make the window interact with keyboard and mouse movements u have to use windows api.

So i can't help you archive your goal, Sorry mate.

It's all right, buddy You've done great

zym-creaor commented 2 years ago

I think it is necessary for me to learn something related to C++