From c48f76ba6581bceade85071c1d8e34a72670908d Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 27 Aug 2018 18:34:35 +0200 Subject: char_to_key_code.m: Import Carbon The TIS functions etc. are in Carbon, which needs to be imported. --- lib/char_to_key_code.m | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/char_to_key_code.m') diff --git a/lib/char_to_key_code.m b/lib/char_to_key_code.m index b4fcdec..d250648 100644 --- a/lib/char_to_key_code.m +++ b/lib/char_to_key_code.m @@ -1,3 +1,5 @@ +#import + // Théo Winterhalter // https://stackoverflow.com/users/1275975/th%c3%a9o-winterhalter // https://stackoverflow.com/questions/1918841/how-to-convert-ascii-character-to-cgkeycode/33584460#33584460 -- cgit v1.2.3