diff options
Diffstat (limited to 'src/constants.h')
| -rw-r--r-- | src/constants.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/constants.h b/src/constants.h new file mode 100644 index 0000000..457f461 --- /dev/null +++ b/src/constants.h | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | // Maximum number of events that can be stored in a single input loop. | ||
| 4 | #define MaxWidgetEvents 8 | ||
| 5 | |||
| 6 | // Width of scroll bars in pixels. | ||
| 7 | #define ScrollBarWidth 16 | ||
