28 _button_down_event = button_down_event;
35 INLINE
const std::string &ButtonThrower::
36 get_button_down_event()
const {
37 return _button_down_event;
46 _button_up_event = button_up_event;
53 INLINE
const std::string &ButtonThrower::
54 get_button_up_event()
const {
55 return _button_up_event;
72 _button_repeat_event = button_repeat_event;
79 INLINE
const std::string &ButtonThrower::
80 get_button_repeat_event()
const {
81 return _button_repeat_event;
104 _keystroke_event = keystroke_event;
111 INLINE
const std::string &ButtonThrower::
112 get_keystroke_event()
const {
113 return _keystroke_event;
133 _candidate_event = candidate_event;
140 INLINE
const std::string &ButtonThrower::
141 get_candidate_event()
const {
142 return _candidate_event;
151 _move_event = move_event;
158 INLINE
const std::string &ButtonThrower::
159 get_move_event()
const {
170 _raw_button_down_event = raw_button_down_event;
177 INLINE
const std::string &ButtonThrower::
178 get_raw_button_down_event()
const {
179 return _raw_button_down_event;
188 _raw_button_up_event = raw_button_up_event;
195 INLINE
const std::string &ButtonThrower::
196 get_raw_button_up_event()
const {
197 return _raw_button_up_event;
214 INLINE
const std::string &ButtonThrower::
227 _specific_flag = specific_flag;
234 INLINE
bool ButtonThrower::
235 get_specific_flag()
const {
236 return _specific_flag;
249 _time_flag = time_flag;
256 INLINE
bool ButtonThrower::
257 get_time_flag()
const {
270 get_modifier_buttons()
const {
300 _throw_buttons_active = flag;
308 INLINE
bool ButtonThrower::
309 get_throw_buttons_active()
const {
310 return _throw_buttons_active;