ARB
|
#include <aw_window.hxx>
Public Member Functions | |
AW_event () | |
Public Attributes | |
AW_event_type | type |
unsigned long | time |
AW_key_mod | keymodifier |
AW_MouseButton | button |
int | x |
int | y |
AW_key_code | keycode |
char | character |
Definition at line 79 of file aw_window.hxx.
|
inline |
Definition at line 93 of file aw_window.hxx.
AW_event_type AW_event::type |
Definition at line 81 of file aw_window.hxx.
Referenced by AW_inputCB_draw_area(), AW_motionCB(), ED4_input_cb(), ED4_motion_cb(), ED4_setColumnblockCorner(), ED4_terminal::event_sent_by_parent(), MatrixDisplay::handle_move(), AWT_canvas::handleWheelEvent(), handleZoomEvent(), input_cb(), and input_event().
unsigned long AW_event::time |
Definition at line 82 of file aw_window.hxx.
Referenced by AW_inputCB_draw_area().
AW_key_mod AW_event::keymodifier |
Definition at line 83 of file aw_window.hxx.
Referenced by AW_inputCB_draw_area(), ED4_input_cb(), ED4_Edit_String::edit(), executeKeystroke(), AWT_canvas::handleWheelEvent(), and ED4_cursor::move_cursor().
AW_MouseButton AW_event::button |
Definition at line 86 of file aw_window.hxx.
Referenced by AW_inputCB_draw_area(), ED4_input_cb(), ED4_motion_cb(), ED4_terminal::event_sent_by_parent(), AWT_canvas::handleWheelEvent(), handleZoomEvent(), input_cb(), input_event(), motion_cb(), and motion_event().
int AW_event::x |
Definition at line 87 of file aw_window.hxx.
Referenced by AW_inputCB_draw_area(), AW_motionCB(), ED4_input_cb(), ED4_motion_cb(), ED4_setColumnblockCorner(), ED4_terminal::event_sent_by_parent(), input_cb(), input_event(), and motion_event().
int AW_event::y |
Definition at line 87 of file aw_window.hxx.
Referenced by AW_inputCB_draw_area(), AW_motionCB(), ED4_input_cb(), ED4_motion_cb(), ED4_terminal::event_sent_by_parent(), input_cb(), input_event(), and motion_event().
AW_key_code AW_event::keycode |
Definition at line 90 of file aw_window.hxx.
Referenced by AW_inputCB_draw_area(), AW_motionCB(), ED4_input_cb(), ED4_Edit_String::edit(), executeKeystroke(), handleZoomEvent(), and ED4_cursor::move_cursor().
char AW_event::character |
Definition at line 91 of file aw_window.hxx.
Referenced by AW_inputCB_draw_area(), ED4_input_cb(), ED4_Edit_String::edit(), and handleZoomEvent().