Search Result

Collapse
5 results in 0.0013 seconds.
Keywords
Members
Tags
mouse
  •  

  • Marian
    started a topic Press two mouse buttons at the same time

    Press two mouse buttons at the same time

    I want to detect when MouseButtons.Ri ght MouseButton.Mid dle are pusheds at the same time.

    I have this
    Code:
     
    private void SceneView_MouseMove(object sender, MouseEventArgs e)
    {
    vMouseOld.x = vMouse.x;
    vMouseOld.y = vMouse.y;
    vMouse.x = e.X;
    vMouse.y = e.Y - toolStrip1.Size.Height;
     switch (e.Button) 
                {
                    case  MouseButtons.Right:   camera.yaw((vMouse.x
    ...
    See more | Go to post

  • Alex Dransfield
    started a topic How do I remove a shape on mouse click?

    How do I remove a shape on mouse click?

    I'm trying to find out how to remove a shape on mouse click, but I can't find any solid information on how to do it. Is this possible at all? I'll be creating multiple shapes (They're the same shape, just in different locations) and I want to make it so that the user can remove individual shapes if necessary.

    Can anyone please help me out with this one?
    See more | Go to post

  • nicstel
    started a topic Python Editor Shortcut

    Python Editor Shortcut

    Hi,

    I'm trying to find a way to switching code in the python editor with a shortcut on keybord or with the mouse, like if I select Window in the toolbar and select the code on which I want to working on. I'm not sure if my question is clear but I tried.

    Thanks

    Nicolas
    See more | Go to post

  • Damienboog
    started a topic Mouse And keyboard not working on boot

    Mouse And keyboard not working on boot

    I recently upgraded the motherboard, CPU and RAM of my PC. During boot the keyboard and mouse (ordinary USB) will work fine, as soon as the windows load screen starts they both lose all power.
    Please advise
    See more | Go to post

  • chris52672
    started a topic ListBox Actions

    ListBox Actions

    I have a List box that pops up when a tool button is pressed. I want to detect if the user clicks outside of the List box and make it go away (enable = visable = false.)

    Any Ideas?
    See more | Go to post
Working...