============== idUserInterfaceLocal::SetKeyBindingNames ============== */
| 823 | ============== |
| 824 | */ |
| 825 | void idUserInterfaceLocal::SetKeyBindingNames( void ) { |
| 826 | if ( !desktop ) { |
| 827 | return; |
| 828 | } |
| 829 | // walk the windows |
| 830 | RecurseSetKeyBindingNames( desktop ); |
| 831 | } |
| 832 | |
| 833 | /* |
| 834 | ============== |
no outgoing calls
no test coverage detected