python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why PPI reported by Delphi is different from the calculated one?
I use Delphi 10.3 Rio, and need to know the screen PixelsPerInch ratio to scale my application accordingly.
Calculating with the formula, my screen has 142 ppi. (Real values are: 15.5" diagonal a...

Marus Gradinaru
Votes: 0
Answers: 1
`fbcon/cursor_blink` permissions reset at reboot
Context
I need to stop the cursor from blinking on an external screen of my raspberry-pi in order to display a home-made interface on /dev/fb0.
For this purpose I created a group cursor_blink in which...

vinalti
Votes: 0
Answers: 1
How to get the display's dimensions on whichever screen a C++ program is running on (without needing to download libraries)?
I found this answer, with external libraries, but I just want to know, is there any way I can get a monitor's dimensions using default libraries in C/C++?
Also, I came to know that the headers "W...

Sam Francis
Votes: 0
Answers: 0