summaryrefslogtreecommitdiff
path: root/source/libs/asura-lib-core/input/mouse.defs
blob: de1d117b5730a897a8bcf92a122ba411fc48bbb0 (plain)
1
2
3
4
5
6
7

enum MouseButton
{
	MOUSE_BUTTON_LEFT,
	MOUSE_BUTTON_MIDDLE,
	MOUSE_BUTTON_RIGHT,
};