Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 385 results for
joystick
- Page 1
Joystick
Programming
Software Development
16 Years Ago
by sciwizeh
… also got Microsoft flight sim x, and a nice logitech
joystick
to use with it. so i want to try to… figure out how to make OpenGL take input from the
joystick
. i haven't read much of the books yet so… want to know how to get input from the main
joystick
, which also has Z axis rotation, the hat stick, and…
Joystick driver
Programming
Software Development
21 Years Ago
by sam_
Hi. I am looking for
joystick
driver or something similar, what will pretend as
joystick
, but will use a mouse. I mean it should be something like
joystick
for games, but there will be only mouse attached to PC. Does anyone seen it somewhere? Or is anyone able to code it? Post your comments and/or suggestions. Thanks. sam
Re: Joystick driver
Programming
Software Development
21 Years Ago
by root
…"]Hi. I am looking for
joystick
driver or something similar, what will pretend as
joystick
, but will use a mouse. I… mean it should be something like
joystick
for games, but there will be only mouse attached to…
Joystick input
Programming
Software Development
15 Years Ago
by hvalola
hi i want to read the
joystick
data to send through a socket. i try to understand the direct x example for
joystick
inputs but its difficult . if there are any solutions please reply or if there is a tutorial please send me links to
joystick
inputs
Joystick/Gamepads or Mouse+Keyboard?
Community Center
Geeks' Lounge
13 Years Ago
by ilovec++
Do you use a
joystick
/gamepad(or whatever else) for gaming purposes? Or do you … again, some games don't support a
joystick
. 2)I'm still unfamiliar with my
joystick
controls, so I often find getting…
Joystick Movement Display
Programming
Software Development
12 Years Ago
by ParadoxNiner
When I plug in the USB
joystick
, I'll have to go to the control panel and … down it does too. It depicts the movements of the
joystick
in use. I was wondering how to code the exact… change after every submitted answer of the image using the
joystick
. If anyone could help, please?
Re: Joystick Movement Display
Programming
Software Development
12 Years Ago
by lolafuertes
Usually the
joystick
manufacturer will provide you with some API that will interact with the
joystick
driver to capture the
joystick
movements. Hope this helps
Re: Joystick/Gamepads or Mouse+Keyboard?
Community Center
Geeks' Lounge
13 Years Ago
by ilovec++
Oops! Voted for
Joystick
/Gamepad by mistake!:P Whatever, one vote doesn't count … too! (Although I use Mouse+Keyboard MUCH more than the
joystick
) The only game that I use my gamepad for is…
Re: Joystick/Gamepads or Mouse+Keyboard?
Community Center
Geeks' Lounge
13 Years Ago
by mariesan
For me the best thing to use in gaming is
joystick
because if you use keyboard it is case sensitive.
Joystick
is also much more comfortable in gaming and easy. thanks for sharing
Re: Joystick/Gamepads or Mouse+Keyboard?
Community Center
Geeks' Lounge
13 Years Ago
by jwenting
… I have them. And for flight simulators, a 300 Euro
joystick
and some 1000 Euro in other hardware :)
Joystick change event capture
Programming
Software Development
17 Years Ago
by Abou Rawan
Please can anybody help me on how to capture the legacy
joystick
button change event using the API winmm.dll. I mean only the [U]change [/U]of the button not its permanent status . Thanks a lot. Abou Rawan / new member.
Re: Joystick
Programming
Software Development
16 Years Ago
by death_oclock
You will likely have to use [URL="http://msdn.microsoft.com/en-us/library/bb219802(VS.85).aspx"]DirectInput[/URL]. It provides a *sort of* simple api for dealing with any kind of input device imaginable. Sort of.
Re: Joystick
Programming
Software Development
16 Years Ago
by sciwizeh
ok, i'll look into that, i was hoping that OpenGL, GLU, or GLUT would have something for it, it might, but i doubt it
Re: Joystick
Programming
Software Development
16 Years Ago
by death_oclock
Nope, sorry. The GL stands for Graphics Layer, so they didn't include input, sounds, or any of that other good stuff. I'm sure there's other good api's for input, as microsoft can be a b**** to work with. In that case, google is your friend :P
Help request: USB Joystick controlling servomotor through Arduino
Programming
Software Development
14 Years Ago
by amanmazleigh
… import pygame # allow multiple joysticks joy = [] # handle
joystick
event def handleJoyEvent(e): if e.type == pygame.JOYAXISMOTION: axis…n%d
joystick
(s) detected." % pygame.
joystick
.get_count()) for i in range(pygame.
joystick
.get_count()): myjoy = pygame.
joystick
.
Joystick
(i)…
Re: Actual Joystick Emulation in C#
Programming
Software Development
15 Years Ago
by Voulnet
… for disabled people. However, I was asked to provide
joystick
emulation. Sure, it may not be of immediate necessity… Number two is that using brainwaves to emulate the
joystick
is an [b]important[/b] training method on brainwave…keep repeating the downward movement. Now with a USB
joystick
the mechanism for sending the OS messages about HID…
Re: Actual Joystick Emulation in C#
Programming
Software Development
15 Years Ago
by sknake
…Ignoring the oriontation of vertical direction for movement of the
joystick
it should be the same as a mouse (some… it forward or your plane will nose divce. A
joystick
will simply keep repeating the downward movement. Now with… a USB
joystick
the mechanism for sending the OS messages about HID …
Actual Joystick Emulation in C#
Programming
Software Development
15 Years Ago
by Voulnet
… the web was using the mouse movements to simulate a
joystick
that moves an imaginary little ball. No, what I wish… to do is to emulate a real
joystick
, programmatically. The reason is that I'm working with a… which will trigger/produce/generate the same output that a
joystick
outputs to Windows; to perform a real emulation of a…
Re: Actual Joystick Emulation in C#
Programming
Software Development
15 Years Ago
by sknake
… allowed any type of input. Keyboard, mouse, track-ball, or
joystick
because to Windows it is all the same thing -- a… press the down arrow it is effectively like pulling the
joystick
back. And when you released the down arrow it stopped…a sample project that basically converts a mouse to a
joystick
. I'm not sure how brainwave activity can be changed…
how to input joystick in c++ to this code?
Programming
Game Development
18 Years Ago
by denyildani
… a sample code I wrote in which i wanna input
joystick
for sometry. thank you everyone. [code=cplusplus] #include … do { function = function+ delf*delt ; // here i want to add
joystick
reading here // joy1= ....??? //joy2= .....??? // like : when i move …i can read the value as how much i move
joystick
, //for example, when i move it from center …
Re: Actual Joystick Emulation in C#
Programming
Software Development
15 Years Ago
by Voulnet
That's so good to hear, it means we got
joystick
control covered with the mouse emulation. I have seen that mouse to
joystick
simulation, it wouldn't do me any good. However now I can report back to the company to inform them of the viability of the mouse emulation algorithm to replace the
joystick
. Thanks a lot, everyone!
detect joystick unplugged during runtime in windows
Programming
Software Development
14 Years Ago
by ranjita.cdt.esg
I need to detect that
joystick
is unplugged during runtime. Using C++ Borland builder …://plib.sourceforge.net/js/index.html[/COLOR] Right now
joystick
once detected, it remains as plugged even though in …of the application i unplug the
joystick
. Goal: Is to stop processing the
joystick
code when
joystick
is unplugged. Thanks in advance…
Re: Actual Joystick Emulation in C#
Programming
Software Development
15 Years Ago
by Geekitygeek
Can you clarify for me, do you have some custom hardware which you would like to interface with the PC as if it were a
joystick
, or do you want to write software which will create output as if it were a
joystick
?
Re: Actual Joystick Emulation in C#
Programming
Software Development
15 Years Ago
by Voulnet
… software that would create output as if it were a
joystick
. (The hardware already goes into some software hoops and loops… write code that produces output as if it were a
joystick
). Thanks a lot for paying attention to my question, questions…
Re: Actual Joystick Emulation in C#
Programming
Software Development
15 Years Ago
by Voulnet
Oh, I didn't think it would be that bad. I thought it would be kinda similar to how we can intercept keyboard hooks; you know figuring out what kind of messages does a
joystick
send to Windows and imitate that. Thank you for your time! Do you know a particular person who might be able to help me?
Re: Actual Joystick Emulation in C#
Programming
Software Development
15 Years Ago
by DdoubleD
…...[/URL] What you might also look for is a keyboard/
joystick
emulator, that could provide more insight into directly communicating with…
Re: Actual Joystick Emulation in C#
Programming
Software Development
15 Years Ago
by Geekitygeek
… vhidmini driver as a good starting point for writing custom
joystick
drivers but i think that was an older version of…
Re: how to input joystick in c++ to this code?
Programming
Game Development
18 Years Ago
by Ancient Dragon
…="http://www.google.com/search?hl=en&q=
joystick
+device+driver&btnG=Google+Search"]google[/URL] you…
Re: how to input joystick in c++ to this code?
Programming
Game Development
16 Years Ago
by MyRedz
if u want
joystick
.. it's hard. better stick to keyboard or mouse ones..
C# Joystick data to arduino
Programming
Software Development
14 Years Ago
by krigsmaskin
… to build a small ROV. iv used Python and the
joystick
sketches u can find on the internet. But i want… language. I hope to send data from 4 or 5
joystick
axis and 12 buttons My problem is combining the data… from
joystick
axis and buttons and sending them to the arduino card…
1
2
3
7
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC