Recent content by C0keq

  1. C

    Help with mouse movement

    I appreciate your response and I know the code above isn't complete. I'm only having a problem with the mouse part of it. I cut out the bottom half because it didn't involve the mouse function. I need the teensy to emulate a mouse not physically be one. I'm confused about this ---> "Teensy3...
  2. C

    Help with mouse movement

    I am trying to have my teensy emulate a mouse, but I am failing. I cannot get it to move the cursor. I have tried using the code from https://www.pjrc.com/teensy/td_mouse.html however, it still does not work. I am using a teensy 3.2 and I am trying to emulate a mouse on a mac. To find my cursor...
  3. C

    Teensy Keyboard Mac command key

    I have my teensy acting as a keyboard, but I need it to perform the "command" key on a mac. I am working in the arduino IDE and I have teensyduino. I have used the following to try and emulate the key "type(KEY_LEFT_GUI,false);". However, this does not perform the function of "command". Any...
Back
Top