Is this driver support mouse wheel?

Moderator: DevRuss

Post Reply
dada
Posts: 2
Joined: Thu Jan 20, 2022 8:16 am

Is this driver support mouse wheel?

Post by dada »

Is this driver support mouse wheel?
I can't find any field about mouse wheel.
...
public struct SetFeatureMouseRel
{
public Byte ReportID;
public Byte CommandCode;
public Byte Buttons;
public sbyte X;
public sbyte Y;
}
Post Reply