1 2 3 4 5 6 7 8
#pragma once struct MousePacket { int dx { 0 }; int dy { 0 }; int dz { 0 }; unsigned char buttons { 0 }; };