@alcinnz
> A drawing tablet is a large touchpad or touchscreen
On devices marketed as drawing tablets, the stylus functionality is usually technologically separate from the touch functionality. There are a few stylus technologies that use the touchscreen (I believe most USI-branded tablets and the apple pencil do this), but if you get a cheap USB drawing tablet, it will almost always not have any touch capabilities because the actual "drawing" part is implemented with some variant of EMR technology. I'd be surprised if there were any non-tablet-computer stylus input devices that use capacitive sensing for the stylus.
There are a lot of reasons for this: better accuracy/precision, lower noise (and thus lower latency), sometimes allows for a battery-less stylus, don't need to implement palm rejection, tilt/rotation detection, probably more that I'm not aware of.
Before Wacom's patents expired, most non-Wacom drawing tablets used an active EMR tech that requires the stylus to have batteries, but these days, since the basic patents have expired, there are plenty that don't.
A cool project that implements and explains the tech: https://patchouli.readthedocs.io/en/latest/
Also honorable mention to the non-EMR non-capacitive Nintendo DS. And also light pens.