| 3764 | |
| 3765 | |
| 3766 | bool ActiveWindowLayoutHasAltGr() |
| 3767 | // Thread-safety: See comments in LayoutHasAltGr() below. |
| 3768 | { |
| 3769 | Get_active_window_keybd_layout // Defines the variable active_window_keybd_layout for use below. |
| 3770 | return LayoutHasAltGr(active_window_keybd_layout) == CONDITION_TRUE; // i.e caller wants both CONDITION_FALSE and LAYOUT_UNDETERMINED to be considered non-AltGr. |
| 3771 | } |
| 3772 | |
| 3773 | |
| 3774 |
nothing calls this directly
no outgoing calls
no test coverage detected