refactor: replace some win32 typedefs

This commit is contained in:
Tropical
2026-03-30 00:16:26 -05:00
parent 6ed953a3c3
commit 51e61a12b4
45 changed files with 268 additions and 272 deletions

View File

@@ -1095,9 +1095,9 @@ bool IUIScene_AbstractContainerMenu::handleKeyDown(int iPad, int iAction,
ui.AnimateKeyPress(iPad, iAction, bRepeat, true, false);
int buttonNum = 0; // 0 = LeftMouse, 1 = RightMouse
BOOL quickKeyHeld = FALSE; // Represents shift key on PC
bool quickKeyHeld = FALSE; // Represents shift key on PC
BOOL validKeyPress = FALSE;
bool validKeyPress = FALSE;
bool itemEditorKeyPress = false;
// Ignore input from other players