mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-01 10:35:14 +00:00
Simple pass over the codebase to standardize the platform types.
This commit is contained in:
parent
c75d6feb20
commit
4c35fd37af
189 changed files with 824 additions and 824 deletions
|
|
@ -70,7 +70,7 @@ static struct ModifierBitMap {
|
|||
{ IM_LOPT, SI_MAC_LOPT },
|
||||
{ IM_ROPT, SI_MAC_ROPT },
|
||||
};
|
||||
static int _ModifierBitMapCount = sizeof(_ModifierBitMap) / sizeof(ModifierBitMap);
|
||||
static S32 _ModifierBitMapCount = sizeof(_ModifierBitMap) / sizeof(ModifierBitMap);
|
||||
|
||||
InputModifiers convertModifierBits(const U32 in)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue