Coder Social home page Coder Social logo

Comments (10)

fqlx avatar fqlx commented on May 27, 2024

Does the mouse cursor disappear? Do you have two monitors? Install Slimdx runtime?

from xboxkeyboardmouse.

fqlx avatar fqlx commented on May 27, 2024

Try running it full screen? Check the TranslateMouse.cs

from xboxkeyboardmouse.

LouisWhit avatar LouisWhit commented on May 27, 2024

I have 3 monitors. I am running the xbox app on the primary monitor. It is full screen. The mouse cursor goes away when playing the game. The keyboard and mouse application says running in green.

from xboxkeyboardmouse.

LouisWhit avatar LouisWhit commented on May 27, 2024

I just noticed.. if I move the mouse extreeeeeeeemly slowly. It slightly moves the view by a few pixels in the direction I am moving the mouse. Does the dpi settings of the mouse make a difference?

from xboxkeyboardmouse.

LouisWhit avatar LouisWhit commented on May 27, 2024

@fqlx Per slimdx... I installed the x64 for .net 4.0 originally. I was having an instacrash. I read the other messages on here and that helped me find that I needed the x86 runtime installed. So I installed the x86. That got me to here. Everything but the mouse direction inputs are working flawlessly. Fast mouse movements don't register at all. Extreeeemly slow micro mouse movements register in the slightest degree. I would say that a slow full slide across my mousepad results in a movement of 10-20 pixels in that direction. In my mind the input is being detected by the software. Something in my setup/settings must be causing an issue. I would be happy to join.me or gtm with you if needed. I am using a cheap AZZA Alpha mouse ( https://www.amazon.com/AZZA-Gaming-Mouse-USB-Pc/dp/B00CCJ08KE ) The mouses uses whatever default drivers microsoft installed when I plugged it in. I have used it for 2 years with no issues on anything else.

I'll test anything you throw at me. Thank you for ideas and help.

from xboxkeyboardmouse.

fqlx avatar fqlx commented on May 27, 2024

I'm suspecting it has to frame_per_tick being too small because your CPU is super fast and there's a bug or your CPU doesn't support "a high resolution performance counter" (https://msdn.microsoft.com/en-us/library/system.diagnostics.stopwatch.frequency(v=vs.110).asp). frame_per_tick is how much time we need to wait before getting the next mouse position. There isn't really a great way to do this. If you have VS installed, try modifying the tick count. I'll try to update it this week to let the user set their own tick count (sensitivity) in the app.

from xboxkeyboardmouse.

LouisWhit avatar LouisWhit commented on May 27, 2024

I am a front end web developer. I use a lot of sublime. I have never used VS before. I can mess with it. I have no clue how to do builds etc.

My processor is an AMD FX 8320 Eight Core 3.5ghz If that helps.

from xboxkeyboardmouse.

ITomPark avatar ITomPark commented on May 27, 2024

this is the time when I regret not having VS , are the tick count values on the TranslateMouse.cs right?.

from xboxkeyboardmouse.

fqlx avatar fqlx commented on May 27, 2024

This line of code:
double frame_per_tick = FRAME_PER_60FPS_IN_MS * nanosecPerTick - ESTIMATED_LOOP_COMPLETION;

from xboxkeyboardmouse.

fqlx avatar fqlx commented on May 27, 2024

I updated the app to allow custom tick count. Give it a try.

from xboxkeyboardmouse.

Related Issues (20)

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.