SDL_JoyBallEvent.3
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:1k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. .TH "SDL_JoyBallEvent" "3" "Tue 11 Sep 2001, 22:59" "SDL" "SDL API Reference" 
  2. .SH "NAME"
  3. SDL_JoyBallEvent- Joystick trackball motion event structure
  4. .SH "STRUCTURE DEFINITION"
  5. .PP
  6. .nf
  7. f(CWtypedef struct{
  8.   Uint8 type;
  9.   Uint8 which;
  10.   Uint8 ball;
  11.   Sint16 xrel, yrel;
  12. } SDL_JoyBallEvent;fR
  13. .fi
  14. .PP
  15. .SH "STRUCTURE DATA"
  16. .TP 20
  17. fBtypefR
  18. fBSDL_JOYBALLMOTIONfP
  19. .TP 20
  20. fBwhichfR
  21. Joystick device index
  22. .TP 20
  23. fBballfR
  24. Joystick trackball index
  25. .TP 20
  26. fBxrelfR, fByrelfR
  27. The relative motion in the X/Y direction
  28. .SH "DESCRIPTION"
  29. .PP
  30. fBSDL_JoyBallEventfR is a member of the fIfBSDL_EventfRfR union and is used when an event of type fBSDL_JOYBALLMOTIONfP is reported&.
  31. .PP
  32. A fBSDL_JOYBALLMOTIONfP event occurs when a user moves a trackball on the joystick&. The field fBwhichfR is the index of the joystick that reported the event and fBballfR is the index of the trackball (for a more detailed explaination see the fIJoystick sectionfR)&. Trackballs only return relative motion, this is the change in position on the ball since it was last polled (last cycle of the event loop) and it is stored in fBxrelfR and fByrelfR&.
  33. .SH "SEE ALSO"
  34. .PP
  35. fIfBSDL_EventfRfR, fIJoystick FunctionsfR, fIfBSDL_JoystickEventStatefPfR, fIfBSDL_JoystickGetBallfPfR
  36. ..." created by instant / docbook-to-man, Tue 11 Sep 2001, 22:59