D
D
dominy2021-08-19 21:25:53
C++ / C#
dominy, 2021-08-19 21:25:53

How to draw a black pixel on top of any application without a window?

I want to make an application that creates a black pixel in the center of the screen that could be displayed even on top of the on-screen keyboard or full-screen game. Is it possible to do this without creating a window?
Judging by the description of Hardware overlay, it can only be used in windowed mode and only by one application at a time, can I change the hdmi signal for example (so that the pixel is not visible during broadcast)?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Antropov, 2021-09-16
@SanceiLaks

Well, actually there are a couple of solutions

  • Hook Nvidia Geforce Experience overlay. At the moment, no one has done this, but everything is ahead
  • Draw on steam/origin/epicgames overlay. You can also draw on the discord overlay
  • You can replace the driver, but that's too much
  • Intercepting the rendering of the game itself

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question