Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GLUI_Main::mouse dead code? #94

Open
nigels-com opened this issue Mar 16, 2019 · 0 comments
Open

GLUI_Main::mouse dead code? #94

nigels-com opened this issue Mar 16, 2019 · 0 comments
Labels

Comments

@nigels-com
Copy link
Collaborator

@mick-p1982 notes that there is dead code in relation to AND 0 in GLUI_Main::mouse

      if ( active_control AND
           active_control->active_type == GLUI_CONTROL_ACTIVE_MOUSEDOWN AND 0)
      {
        /*** This is a control that needs to be deactivated when the
        mouse button is released ****/
        deactivate_current_control();
      }
@nigels-com nigels-com added the bug label Mar 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant