Day 41/100 100 Days of Code
I finished my study late today and didn't work much on my application. Here's what I did today:
I defined macros for the screen's width and height size and mouse button values
#define LEFT_MOUSE_BUTTON 1
#define RIGHT_MOUSE_BUTTON 4
#define SCREEN_...
digitalcreations.hashnode.dev1 min read