Code Monkey home page Code Monkey logo

hid-support's People

Contributors

mringwal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hid-support's Issues

hid_support_send_message cannot find server ch.ringwald.hidsupport

I got the error while trying to use hid-support(1.3.1-1) which was installed in cydia:

hid_support_send_message cannot find server ch.ringwald.hidsupport

I checked the code:
https://github.com/mringwal/hid-support/blob/master/hidspringboard/Tweak.xm#L875

    if (!cfmessageportexposelocal);  // <--- NOTE the ; symbol
    cfmessageportexposelocal(local);

cfmessageportexposelocal seems never get called, could you please rebuild a new version ?
It is a hard work for me to build your project myself.
Many thanks !

Don't support landscape?

Don't support landscape?
When I use iPhone6 iOS 9.3.3 landscape click in the right position, vertical screen when no problem.

Can not input text on iphone dialog and many more input.

Hello Mringwal,
I was tried to use Hid-support to input text to the text box on iphone, everything is work well until I tried to input a text to google search box or iphone pop up dialog, it is not working. Hid-Support do not enter any text string to these input box.

Please help,
Thanks

How to use Touch API ?

hi,

    int hid_inject_mouse_rel_move(uint8_t buttons, float dx, float dy);
    int hid_inject_mouse_abs_move(uint8_t buttons, float ax, float ay);

the mouse related apis confuse me a lot, I cannot find any info about the uint8_t buttons in source code. and the sample code in hidsupporttest does not help at all.
Could you please provide more sample code ? I want to simulate touch and drag event.

another question:
https://github.com/mringwal/hid-support/blob/master/hidspringboard/Tweak.xm#L395

IOHIDEventRef parent = IOHIDEventCreateDigitizerEvent(kCFAllocatorDefault, mach_absolute_time(), kIOHIDDigitizerTransducerTypeHand, 1<<22, 1, parent_flags, 0, xf, yf, 0, 0, 0, 0, 0, 0);

Note the kIOHIDDigitizerTransducerTypeHand, but in another project https://github.com/iolate/SimulateTouch/blob/master/SimulateTouch.mm#L184
it use kIOHIDTransducerTypeHand == 3 for iOS 7+

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.