| 850 | } |
| 851 | |
| 852 | void KeyboardLayoutManager::GetKeyMap(unsigned int* map_ptr) |
| 853 | { |
| 854 | GetKeyMap(map_ptr, KEYBOARD_MAP_FILL_TYPE_INDEX, rows, cols); |
| 855 | } |
| 856 | |
| 857 | void KeyboardLayoutManager::GetKeyMap(unsigned int* map_ptr, KEYBOARD_MAP_FILL_TYPE fill_type) |
| 858 | { |
no test coverage detected