| 242 | } |
| 243 | |
| 244 | void KeypressEventsHandler::StoreModifiersState() |
| 245 | { |
| 246 | for_each(modifiers_.begin(), modifiers_.end(), |
| 247 | bind2nd(mem_fun_ref(&XModifierKey::StoreState), &modifiers_state_)); |
| 248 | LOG(DEBUG) << "Stored modifiers: " << modifiers_state_; |
| 249 | } |
| 250 | |
| 251 | bool KeypressEventsHandler::IsModifierKey(wchar_t key) |
| 252 | { |