class
	WEL_INPUT_EVENT_CONSTANTS

General
	cluster: wel
	description: "Constants used in WEL_INPUT_EVENT about mouse and keyboard events"

Ancestors
	ANY

Queries
	Keyeventf_extendedkey: INTEGER_32
	Keyeventf_keyup: INTEGER_32
	Mouseeventf_absolute: INTEGER_32
	Mouseeventf_leftdown: INTEGER_32
	Mouseeventf_leftup: INTEGER_32
	Mouseeventf_middledown: INTEGER_32
	Mouseeventf_middleup: INTEGER_32
	Mouseeventf_move: INTEGER_32
	Mouseeventf_rightdown: INTEGER_32
	Mouseeventf_rightup: INTEGER_32
	Mouseeventf_wheel: INTEGER_32