Skip to content

Conversation

@0xSwapFeeder
Copy link
Member

No description provided.

bool DisplayModule::isKeyPressed(arcade::KeyCode code)
{
if (!_displayModule)
return false;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a debug log

return false;
}

bool Polymorph::Input::isMouseButtonHold(unsigned int buttonNb)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use an enum

Copy link
Collaborator

@0xmemorygrinder 0xmemorygrinder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please see comment

@0xmemorygrinder 0xmemorygrinder merged commit 35fe0ba into dev Mar 23, 2022
@0xSwapFeeder 0xSwapFeeder deleted the feature/Input branch March 24, 2022 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants