Skip to content

Commit

Permalink
rename for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
RiverHillbug committed Jun 5, 2024
1 parent d3e23b8 commit c095f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FluffyEngine/BaseInputDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Fluffy
{
Pressed,
Released,
Previous
Held
};

class BaseInputDevice
Expand All @@ -18,7 +18,7 @@ namespace Fluffy

virtual bool IsPressed(unsigned int) = 0;
virtual bool IsReleased(unsigned int) = 0;
virtual bool IsPrevious(unsigned int) = 0;
virtual bool IsHeld(unsigned int) = 0;

virtual void HandleInput() = 0;
};
Expand Down

0 comments on commit c095f15

Please sign in to comment.