is_alt_shift_c_combination

Function is_alt_shift_c_combination 

fn is_alt_shift_c_combination(key_event: &KEY_EVENT_RECORD) -> bool
Expand description

Checks if a key event represents the Alt+Shift+C combination.

§Arguments

  • key_event - The key event record to check.

§Returns

true if the key event represents Alt+Shift+C, false otherwise.