note description: "Action sequences for EV_ITEM_IMP." legal: "See notice at end of class." status: "See notice at end of class." keywords: "event, action, sequence" date: "Generated!" revision: "Generated!" deferred class EV_ITEM_ACTION_SEQUENCES_IMP inherit EV_ITEM_ACTION_SEQUENCES_I feature -- Event handling create_pointer_motion_actions: EV_POINTER_MOTION_ACTION_SEQUENCE -- Create a pointer_motion action sequence. do create Result end create_pointer_button_press_actions: EV_POINTER_BUTTON_ACTION_SEQUENCE -- Create a pointer_button_press action sequence. do create Result end create_pointer_double_press_actions: EV_POINTER_BUTTON_ACTION_SEQUENCE -- Create a pointer_double_press action sequence. do create Result end note 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