mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 05:53:02 +01:00
Apply code style to context functions
This commit is contained in:
@@ -29,7 +29,7 @@ widget_ref gCurrentToolWidget;
|
||||
*/
|
||||
void title_handle_keyboard_input()
|
||||
{
|
||||
context_input_handle_keyboard(true);
|
||||
ContextInputHandleKeyboard(true);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -38,7 +38,7 @@ void title_handle_keyboard_input()
|
||||
*/
|
||||
void game_handle_keyboard_input()
|
||||
{
|
||||
context_input_handle_keyboard(false);
|
||||
ContextInputHandleKeyboard(false);
|
||||
}
|
||||
|
||||
void input_set_flag(INPUT_FLAGS flag, bool on)
|
||||
|
||||
Reference in New Issue
Block a user