indexing
description: "Constants relative to input (Mouse, Keyboard, ...)"
legal: "See notice at end of class."
status: "See notice at end of class."
date: "$Date: 2006-01-22 18:25:44 -0800 (Sun, 22 Jan 2006) $"
revision: "$Revision: 56675 $"
class interface
WEL_INPUT_CONSTANTS
create
default_create
ANY
feature
generating_type: STRING_8
ANY
generator: STRING_8
ANY
feature
frozen deep_equal (some: ANY; other: like arg #1): BOOLEAN
`some'`other'
ANY
ensure ANY
shallow_implies_deep: standard_equal (some, other) implies Result
both_or_none_void: (some = Void) implies (Result = (other = Void))
same_type: (Result and (some /= Void)) implies some.same_type (other)
symmetric: Result implies deep_equal (other, some)
frozen equal (some: ANY; other: like arg #1): BOOLEAN
`some'`other'
ANY
ensure ANY
definition: Result = (some = Void and other = Void) or else ((some /= Void and other /= Void) and then some.is_equal (other))
is_equal (other: like Current): BOOLEAN
`other'
ANY
require ANY
other_not_void: other /= Void
ensure ANY
symmetric: Result implies other.is_equal (Current)
consistent: standard_is_equal (other) implies Result
frozen standard_equal (some: ANY; other: like arg #1): BOOLEAN
`some'`other'
ANY
ensure ANY
definition: Result = (some = Void and other = Void) or else ((some /= Void and other /= Void) and then some.standard_is_equal (other))
frozen standard_is_equal (other: like Current): BOOLEAN
`other'
ANY
require ANY
other_not_void: other /= Void
ensure ANY
same_type: Result implies same_type (other)
symmetric: Result implies other.standard_is_equal (Current)
feature
conforms_to (other: ANY): BOOLEAN
`other'
ANY
require ANY
other_not_void: other /= Void
same_type (other: ANY): BOOLEAN
`other'
ANY
require ANY
other_not_void: other /= Void
ensure ANY
definition: Result = (conforms_to (other) and other.conforms_to (Current))
feature
copy (other: like Current)
`other'
ANY
require ANY
other_not_void: other /= Void
type_identity: same_type (other)
ensure ANY
is_equal: is_equal (other)
frozen deep_copy (other: like Current)
copy`other'deep_twin
ANY
require ANY
other_not_void: other /= Void
ensure ANY
deep_equal: deep_equal (Current, other)
frozen deep_twin: like Current
ANY
ensure ANY
deep_equal: deep_equal (Current, Result)
frozen standard_copy (other: like Current)
`other'
ANY
require ANY
other_not_void: other /= Void
type_identity: same_type (other)
ensure ANY
is_standard_equal: standard_is_equal (other)
frozen standard_twin: like Current
`other'
ANY
ensure ANY
standard_twin_not_void: Result /= Void
equal: standard_equal (Result, Current)
frozen twin: like Current
`Current'
twincopycopy
ANY
ensure ANY
twin_not_void: Result /= Void
is_equal: Result.is_equal (Current)
feature
frozen default: like Current
ANY
frozen default_pointer: POINTER
`POINTER'
`p'default
`p'`POINTER'
ANY
default_rescue
ANY
frozen do_nothing
ANY
feature
keyeventf_extendedkey: INTEGER_32 is 1
keyeventf_keyup: INTEGER_32 is 2
feature
ma_activate: INTEGER_32 is 1
ma_activateandeat: INTEGER_32 is 2
ma_noactivate: INTEGER_32 is 3
ma_noactivateandeat: INTEGER_32 is 4
feature
mk_control: INTEGER_32 is 8
mk_lbutton: INTEGER_32 is 1
mk_mbutton: INTEGER_32 is 16
mk_rbutton: INTEGER_32 is 2
mk_shift: INTEGER_32 is 4
feature
mouseeventf_absolute: INTEGER_32 is 32768
mouseeventf_leftdown: INTEGER_32 is 2
mouseeventf_leftup: INTEGER_32 is 4
mouseeventf_middledown: INTEGER_32 is 32
mouseeventf_middleup: INTEGER_32 is 64
mouseeventf_move: INTEGER_32 is 1
mouseeventf_rightdown: INTEGER_32 is 8
mouseeventf_rightup: INTEGER_32 is 16
mouseeventf_wheel: INTEGER_32 is 2048
feature
io: STD_FILES
ANY
out: STRING_8
ANYtagged_out
ANY
print (some: ANY)
`some'
ANY
frozen tagged_out: STRING_8
ANYout
ANY
feature
operating_environment: OPERATING_ENVIRONMENT
ANY
feature
vk_0: INTEGER_32 is 48
vk_1: INTEGER_32 is 49
vk_2: INTEGER_32 is 50
vk_3: INTEGER_32 is 51
vk_4: INTEGER_32 is 52
vk_5: INTEGER_32 is 53
vk_6: INTEGER_32 is 54
vk_7: INTEGER_32 is 55
vk_8: INTEGER_32 is 56
vk_9: INTEGER_32 is 57
vk_a: INTEGER_32 is 65
vk_add: INTEGER_32 is 107
vk_b: INTEGER_32 is 66
vk_back: INTEGER_32 is 8
vk_c: INTEGER_32 is 67
vk_cancel: INTEGER_32 is 3
vk_capital: INTEGER_32 is 20
vk_clear: INTEGER_32 is 12
vk_control: INTEGER_32 is 17
vk_d: INTEGER_32 is 68
vk_decimal: INTEGER_32 is 110
vk_delete: INTEGER_32 is 46
vk_divide: INTEGER_32 is 111
vk_down: INTEGER_32 is 40
vk_e: INTEGER_32 is 69
vk_end: INTEGER_32 is 35
vk_escape: INTEGER_32 is 27
vk_execute: INTEGER_32 is 43
vk_f: INTEGER_32 is 70
vk_f1: INTEGER_32 is 112
vk_f10: INTEGER_32 is 121
vk_f11: INTEGER_32 is 122
vk_f12: INTEGER_32 is 123
vk_f13: INTEGER_32 is 124
vk_f14: INTEGER_32 is 125
vk_f15: INTEGER_32 is 126
vk_f16: INTEGER_32 is 127
vk_f17: INTEGER_32 is 128
vk_f18: INTEGER_32 is 129
vk_f19: INTEGER_32 is 130
vk_f2: INTEGER_32 is 113
vk_f20: INTEGER_32 is 131
vk_f21: INTEGER_32 is 132
vk_f22: INTEGER_32 is 133
vk_f23: INTEGER_32 is 134
vk_f24: INTEGER_32 is 135
vk_f3: INTEGER_32 is 114
vk_f4: INTEGER_32 is 115
vk_f5: INTEGER_32 is 116
vk_f6: INTEGER_32 is 117
vk_f7: INTEGER_32 is 118
vk_f8: INTEGER_32 is 119
vk_f9: INTEGER_32 is 120
vk_g: INTEGER_32 is 71
vk_h: INTEGER_32 is 72
vk_help: INTEGER_32 is 47
vk_home: INTEGER_32 is 36
vk_i: INTEGER_32 is 73
vk_insert: INTEGER_32 is 45
vk_j: INTEGER_32 is 74
vk_k: INTEGER_32 is 75
vk_l: INTEGER_32 is 76
vk_lbutton: INTEGER_32 is 1
vk_lcontrol: INTEGER_32 is 162
vk_left: INTEGER_32 is 37
vk_lmenu: INTEGER_32 is 164
vk_lshift: INTEGER_32 is 160
vk_m: INTEGER_32 is 77
vk_mbutton: INTEGER_32 is 4
vk_menu: INTEGER_32 is 18
vk_multiply: INTEGER_32 is 106
vk_n: INTEGER_32 is 78
vk_next: INTEGER_32 is 34
vk_numlock: INTEGER_32 is 144
vk_numpad0: INTEGER_32 is 96
vk_numpad1: INTEGER_32 is 97
vk_numpad2: INTEGER_32 is 98
vk_numpad3: INTEGER_32 is 99
vk_numpad4: INTEGER_32 is 100
vk_numpad5: INTEGER_32 is 101
vk_numpad6: INTEGER_32 is 102
vk_numpad7: INTEGER_32 is 103
vk_numpad8: INTEGER_32 is 104
vk_numpad9: INTEGER_32 is 105
vk_o: INTEGER_32 is 79
vk_p: INTEGER_32 is 80
vk_pause: INTEGER_32 is 19
vk_print: INTEGER_32 is 42
vk_prior: INTEGER_32 is 33
vk_q: INTEGER_32 is 81
vk_r: INTEGER_32 is 82
vk_rbutton: INTEGER_32 is 2
vk_rcontrol: INTEGER_32 is 163
vk_return: INTEGER_32 is 13
vk_right: INTEGER_32 is 39
vk_rmenu: INTEGER_32 is 165
vk_rshift: INTEGER_32 is 161
vk_s: INTEGER_32 is 83
vk_scroll: INTEGER_32 is 145
vk_select: INTEGER_32 is 41
vk_separator: INTEGER_32 is 108
vk_shift: INTEGER_32 is 16
vk_snapshot: INTEGER_32 is 44
vk_space: INTEGER_32 is 32
vk_subtract: INTEGER_32 is 109
vk_t: INTEGER_32 is 84
vk_tab: INTEGER_32 is 9
vk_u: INTEGER_32 is 85
vk_up: INTEGER_32 is 38
vk_v: INTEGER_32 is 86
vk_w: INTEGER_32 is 87
vk_x: INTEGER_32 is 88
vk_y: INTEGER_32 is 89
vk_z: INTEGER_32 is 90
invariant
ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)
indexing
copyright: "Copyright (c) 1984-2006, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
source: "[
Eiffel Software
356 Storke Road, Goleta, CA 93117 USA
Telephone 805-685-1006, Fax 805-685-6869
Website http://www.eiffel.com
Customer support http://support.eiffel.com
]"
end WEL_INPUT_CONSTANTS