B_ERASER
message->AddInt32("be:tablet_eraser", (movements.switches & B_ERASER) != 0);
bool eraser = (movements.switches & B_ERASER) != 0;