class
	WEL_TRACK_MOUSE_EVENT

General
	cluster: wel
	description: "Contains information for tracking mouse events."
	create: make_by_pointer, make

Ancestors
	WEL_STRUCTURE*

Queries
	dwflags: INTEGER_32
	dwhovertime: INTEGER_32
	exists: BOOLEAN
	hwndtrack: POINTER
	is_equal (other: [like Current] WEL_TRACK_MOUSE_EVENT): BOOLEAN
	item: POINTER
	shared: BOOLEAN
	Structure_size: INTEGER_32

Commands
	copy (other: [like Current] WEL_TRACK_MOUSE_EVENT)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_dwflags (flags: INTEGER_32)
	set_dwhovertime (time: INTEGER_32)
	set_hwndtrack (window: POINTER)
	set_item (an_item: POINTER)
	set_shared
	set_unshared