summaryrefslogtreecommitdiff
path: root/src/constants.h
blob: 0d93d14df8c1a6dc5b1dbdf25150b4c83b738548 (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