Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

glutforcejoystickfunc(3glut) [suse man page]

glutForceJoystickFunc(3GLUT)					       GLUT					      glutForceJoystickFunc(3GLUT)

NAME
glutForceJoystickFunc - forces current window's joystick callback to be called. SYNTAX
void glutForceJoystickFunc(void); DESCRIPTION
glutForceJoystickFunc forces the current window's joystick callback to be called, reporting the latest joystick state. The joystick callback is called either due to polling of the joystick at the uniform timer interval set by glutJoystickFunc's pollInterval (specified in milliseconds) or in response to calling glutForceJoystickFunc. If the pollInterval is non-positive, no joystick polling is performed and the GLUT application must frequently (usually from an idle callback) call glutForceJoystickFunc. The joystick callback will be called once (if one exists) for each time glutForceJoystickFunc is called. The callback is called from glutJoystickFunc. That is, when glutJoystickFunc returns, the callback will have already happened. GLUT IMPLEMENTATION NOTES FOR X11 The GLUT 3.7 implementation of GLUT for X11 supports the joystick API, but not actual joystick input. A future implementation of GLUT for X11 may add joystick support. GLUT IMPLEMENTATION NOTES FOR WIN32 The GLUT 3.7 implementation of GLUT for Win32 supports the joystick API and joystick input, but does so through the dated joySetCapture and joyGetPosEx Win32 Multimedia API. The GLUT 3.7 joystick support for Win32 has all the limitations of the Win32 Multimedia API joystick support. A future implementation of GLUT for Win32 may use DirectInput. SEE ALSO
glutJoystickFunc AUTHOR
Mark J. Kilgard (mjk@nvidia.com) GLUT
3.7 glutForceJoystickFunc(3GLUT)

Check Out this Related Man Page

glutForceJoystickFunc(3GLUT)					       GLUT					      glutForceJoystickFunc(3GLUT)

NAME
glutForceJoystickFunc - forces current window's joystick callback to be called. SYNTAX
#include <GLUT/glut.h> void glutForceJoystickFunc(void); DESCRIPTION
glutForceJoystickFunc forces the current window's joystick callback to be called, reporting the latest joystick state. The joystick callback is called either due to polling of the joystick at the uniform timer interval set by glutJoystickFunc's pollInterval (specified in milliseconds) or in response to calling glutForceJoystickFunc. If the pollInterval is non-positive, no joystick polling is performed and the GLUT application must frequently (usually from an idle callback) call glutForceJoystickFunc. The joystick callback will be called once (if one exists) for each time glutForceJoystickFunc is called. The callback is called from glutJoystickFunc. That is, when glutJoystickFunc returns, the callback will have already happened. GLUT IMPLEMENTATION NOTES FOR X11 The GLUT 3.7 implementation of GLUT for X11 supports the joystick API, but not actual joystick input. A future implementation of GLUT for X11 may add joystick support. GLUT IMPLEMENTATION NOTES FOR WIN32 The GLUT 3.7 implementation of GLUT for Win32 supports the joystick API and joystick input, but does so through the dated joySetCapture and joyGetPosEx Win32 Multimedia API. The GLUT 3.7 joystick support for Win32 has all the limitations of the Win32 Multimedia API joystick support. A future implementation of GLUT for Win32 may use DirectInput. SEE ALSO
glutJoystickFunc AUTHOR
Mark J. Kilgard (mjk@nvidia.com) GLUT
3.7 glutForceJoystickFunc(3GLUT)
Man Page

8 More Discussions You Might Find Interesting

1. Programming

ShellExecute in Linux

Hi, I am porting an application from Win to Linux. In the Win32 application, after the application is installed, it opens the browser for login using the ShellExecute API command. ShellExecute takes in params to open the default browser. Now I want to replicate the same in Linux. The default... (1 Reply)
Discussion started by: vino
1 Replies

2. Shell Programming and Scripting

Synchronizing files using an input file

Who wants a challenge? ;) I have a Multimedia station (Damn Small Linux) that plays Video files using MPlayer. I'm in desperate need of a Script that would be able to do the following: The Multimedia station should read, at boot or through a cron job, a "Playlist" file on a remote machine.... (1 Reply)
Discussion started by: mkoenders
1 Replies

3. Programming

Win32 VC++ DebugBreak in Linxu

Hi, Is there is any debugging solution in Linux similar to Win32's VC++ DebugBreak() call. (2 Replies)
Discussion started by: ku@ntum
2 Replies

4. Shell Programming and Scripting

execution status of gotoURL in Win32::IEAutomation

Hi, I am using Win32::IEAutomation module to automate my Web based application. I am trying to prepare a report for the test cases I automated. The problem is I am unable to get the execution status of the commands gotoURL, getButton .... to know if my button click or url redirection is... (2 Replies)
Discussion started by: gurukottur
2 Replies

5. UNIX for Dummies Questions & Answers

Looking for an X11 Utility - Send Keystrokes to Multiple Clients

A long time ago, I frequently used a small X11 utility that allows you to manage multiple systems at the same time. It worked by opening a small window that had a button you used to "Add" X Clients to it. These would be xterms on different systems for example. You would then type inside that... (5 Replies)
Discussion started by: Alon.Albert
5 Replies

6. Programming

Similar functions in unix

Hi, I am windows programer. I have very basic knowledge of Unix OS. I have written an application in Windows which consists of Win32 API namely WideCharToMultiByte(..) and MultiByteToWideChar(..). I am interested to deploy my application in unix platform henceforth I need to know IS... (1 Reply)
Discussion started by: dayakarr
1 Replies

7. UNIX for Advanced & Expert Users

Problems opening GLUT

Hi there, I realize this may not be directly related to Unix, but I have recently been using an fMRI analysis program called FreeSurfer which is primarily run in the tclsh shell. However, I have been unable to open up the GUI, and I get the following error message when I attempt to do so: ... (0 Replies)
Discussion started by: Jahn
0 Replies

8. UNIX for Advanced & Expert Users

X-Win32 not working

I am trying to export windows display to my unix SunOS I have Windows server 2000 which has X-Win32 v6 installed. I start X-Win32. I then go to configure session with the following details. 1. host name: myhost 2. command: xterm -ls 3 username: user1 4 password: password Then i right... (1 Reply)
Discussion started by: mohtashims
1 Replies