Resolve KASM-2346 "Feature/ extend mouse buttons"

This commit is contained in:
Matthew McClaskey
2022-10-14 17:28:02 +00:00
parent 0ef8a51945
commit 99c1e10789
4 changed files with 13 additions and 11 deletions

View File

@@ -225,7 +225,7 @@ void SMsgReader::readKeyEvent()
void SMsgReader::readPointerEvent()
{
int mask = is->readU8();
int mask = is->readU16();
int x = is->readU16();
int y = is->readU16();
int scrollX = is->readS16();