View Single Post
Old 28 July 2021, 17:51   #5
bebbo
bye
 
Join Date: Jun 2016
Location: Some / Where
Posts: 680
Quote:
Originally Posted by Sim085 View Post
To be honest I only meant to implement this logic in order to save the user from doing some extra clicks.

A clear example is when moving the window. Left as is, the user would move the window and then have to click on the text field to enter some text. What I wanted is that the user would not need to click on the text field after moving the window because he would see the focus is already on this. Same thing as when re-activating a window by clicking anywhere on it, user would need to then need to do another click on the text field to continue using the application.

I know it is sugar candy but thought it would be a nice touch.

Would I need to use BOOPSI to be able to do this?

As usally - I know nothing - but maybe this helps:


open the input.device
add a handler
that handler checks input events for IECLASS_ACTIVEWINDOW
signal your task or send a msg
...




just guessing^^
bebbo is offline  
 
Page generated in 0.04270 seconds with 11 queries