INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Information about message Wm_char, Wm_syschar, ", "Wm_keydown, Wm_keyup, Wm_syskeydown, Wm_syskeyup. These ", "messages are sent when a key is pressed. ", "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_KEY_MESSAGE
inherit

WEL_MESSAGE_INFORMATION
end
creation

make
feature -- Access

code: INTEGER
-- Character code of the key
-- See class WEL_VK_CONSTANTS for different values.

data: INTEGER
-- Key data
end -- class WEL_KEY_MESSAGE

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES