![]() |
libxputty 0.1
|
#include <xputty-mswin.h>
Data Fields | |
Window | window |
int | x |
int | y |
int | button |
int | keycode |
unsigned int | state |
bool | vk_is_final_char |
WORD | vk |
Definition at line 58 of file xputty-mswin.h.
int button |
Definition at line 62 of file xputty-mswin.h.
Referenced by _button_combobox_released(), _button_press(), _buttons_released(), _check_enum(), _check_grab(), _check_submenu(), _combobox_button_released(), _combobox_entry_released(), _list_entry_released(), _listbox_entry_released(), _menu_released(), _multi_list_entry_released(), _toggle_button_released(), hyperlink_pressed(), os_widget_event_loop(), and WndProc().
int keycode |
Definition at line 63 of file xputty-mswin.h.
Referenced by build_xkey_event(), key_mapping(), os_widget_event_loop(), and WndProc().
unsigned int state |
Definition at line 64 of file xputty-mswin.h.
Referenced by key_mapping(), and os_widget_event_loop().
WORD vk |
Definition at line 66 of file xputty-mswin.h.
Referenced by build_xkey_event(), and os_get_keyboard_input().
bool vk_is_final_char |
Definition at line 65 of file xputty-mswin.h.
Referenced by build_xkey_event(), and os_get_keyboard_input().
Window window |
Definition at line 59 of file xputty-mswin.h.
Referenced by _button_press(), _check_grab(), _check_submenu(), _listbox_entry_released(), os_expose_widget(), os_main_run(), os_run_embedded(), send_dnd_finished_event(), send_dnd_status_event(), and WndProc().
int x |
Definition at line 60 of file xputty-mswin.h.
Referenced by _button_press(), _has_pointer(), _multi_list_entry_double_clicked(), _multi_list_motion(), _tab_button_released(), os_widget_event_loop(), and WndProc().
int y |
Definition at line 61 of file xputty-mswin.h.
Referenced by _button_press(), _buttons_released(), _combobox_entry_released(), _combobox_key_pressed(), _combobox_motion(), _has_pointer(), _list_entry_double_clicked(), _list_entry_released(), _list_key_pressed(), _list_motion(), _multi_list_entry_double_clicked(), _multi_list_entry_released(), _multi_list_key_pressed(), _multi_list_motion(), _tab_button_released(), os_widget_event_loop(), and WndProc().