Show / Hide Table of Contents

Struct SDL.SDL_JoyBallEvent

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SDL2
Assembly: SDL2-CS.dll
Syntax
public struct SDL_JoyBallEvent

Fields

| Improve this Doc View Source

ball

Declaration
public byte ball
Field Value
Type Description
System.Byte
| Improve this Doc View Source

timestamp

Declaration
public uint timestamp
Field Value
Type Description
System.UInt32
| Improve this Doc View Source

type

Declaration
public SDL.SDL_EventType type
Field Value
Type Description
SDL.SDL_EventType
| Improve this Doc View Source

which

Declaration
public int which
Field Value
Type Description
System.Int32
| Improve this Doc View Source

xrel

Declaration
public short xrel
Field Value
Type Description
System.Int16
| Improve this Doc View Source

yrel

Declaration
public short yrel
Field Value
Type Description
System.Int16
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX