INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Mouse and Key (MK) constants. ", "WEL: library of reusable components for Eiffel. ", "Based on WEL library for ISE Eiffel, used with permission. "
project: "Windows Eiffel Library"
copyright: "(c) 1986-1997 Interactive Software Engineering Inc. ", "Modifications and extensions: ", "(c) 1997 Object Tools ", "All rights reserved. Duplication and distribution prohibited", "May be used only with Visual Eiffel under terms of user ", "license "
cluster: wel
class WEL_MK_CONSTANTS
inherit

WAPI_MK_MASKS
rename
mk_lbutton as b32mk_lbutton,
mk_rbutton as b32mk_rbutton,
mk_shift as b32mk_shift,
mk_control as b32mk_control,
mk_mbutton as b32mk_mbutton
end
feature -- Access

Mk_control: INTEGER

Mk_lbutton: INTEGER

Mk_mbutton: INTEGER

Mk_rbutton: INTEGER

Mk_shift: INTEGER
end -- class WEL_MK_CONSTANTS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES