mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-02 11:34:55 +00:00
chore: format everything
This commit is contained in:
@@ -35,7 +35,6 @@ UIScene_NewUpdateMessage::UIScene_NewUpdateMessage(int iPad, void* initData,
|
||||
}
|
||||
|
||||
m_bIgnoreInput = false;
|
||||
|
||||
}
|
||||
|
||||
UIScene_NewUpdateMessage::~UIScene_NewUpdateMessage() {
|
||||
@@ -54,7 +53,6 @@ void UIScene_NewUpdateMessage::handleInput(int iPad, int key, bool repeat,
|
||||
bool& handled) {
|
||||
if (m_bIgnoreInput) return;
|
||||
|
||||
|
||||
ui.AnimateKeyPress(m_iPad, key, repeat, pressed, released);
|
||||
|
||||
switch (key) {
|
||||
|
||||
Reference in New Issue
Block a user