diff --git a/dist/MessagesForMacintosh.dsk b/dist/MessagesForMacintosh.dsk index 397dd98..70a2b50 100644 Binary files a/dist/MessagesForMacintosh.dsk and b/dist/MessagesForMacintosh.dsk differ diff --git a/dist/MessagesForMacintosh.zip b/dist/MessagesForMacintosh.zip index 67504e3..23cc0d5 100644 Binary files a/dist/MessagesForMacintosh.zip and b/dist/MessagesForMacintosh.zip differ diff --git a/nuklear_quickdraw.h b/nuklear_quickdraw.h index 0fb3881..18f95df 100644 --- a/nuklear_quickdraw.h +++ b/nuklear_quickdraw.h @@ -559,6 +559,13 @@ void updateBounds(int top, int bottom, int left, int right) { #ifdef COMMAND_CACHING + char x[255]; + sprintf(x, "cmd: %d", cmd->type); + writeSerialPortDebug(boutRefNum, x); + char y[255]; + sprintf(y, "lastCmd: %d", lastCmd->type); + writeSerialPortDebug(boutRefNum, y); + if (!lastInputWasBackspace && cmd->type == lastCmd->type && memcmp(r, lastCmd, sizeof(struct nk_command_rect)) == 0) { #ifdef NK_QUICKDRAW_GRAPHICS_DEBUGGING