summaryrefslogtreecommitdiff
path: root/src/constants.h
blob: 47babab9994d83b0312a7ee857e61d6961d99841 (plain)
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 32