1 2 3 4 5 6 7
#pragma once // Maximum number of events that can be stored in a single input loop. #define MaxWidgetEvents 8 // Width of scroll bars in pixels. #define ScrollBarWidth 16