From fa3a32a2d6b054543645b0d4752514c90732b935 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Sun, 20 Jun 2021 13:12:33 -0400 Subject: Use Key enum instead of plain integers --- platform/iphone/display_server_iphone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/iphone/display_server_iphone.h') diff --git a/platform/iphone/display_server_iphone.h b/platform/iphone/display_server_iphone.h index 8ba7a69a4f..cd2de550f1 100644 --- a/platform/iphone/display_server_iphone.h +++ b/platform/iphone/display_server_iphone.h @@ -105,7 +105,7 @@ public: // MARK: Keyboard - void key(uint32_t p_key, bool p_pressed); + void key(Key p_key, bool p_pressed); // MARK: Motion -- cgit v1.2.3