Example #1
0
 private static extern int SDL_HapticUpdateEffect(IntPtr haptic, int effect, ref SDL_HapticEffect data);
Example #2
0
 private static extern int SDL_HapticNewEffect(IntPtr haptic, ref SDL_HapticEffect effect);
Example #3
0
 private static extern int SDL_HapticEffectSupported(IntPtr haptic, ref SDL_HapticEffect effect);
Example #4
0
		public static extern int SDL_HapticUpdateEffect(
			IntPtr haptic,
			int effect,
			ref SDL_HapticEffect data
		);
Example #5
0
		public static extern int SDL_HapticNewEffect(
			IntPtr haptic,
			ref SDL_HapticEffect effect
		);
Example #6
0
		public static extern int SDL_HapticEffectSupported(
			IntPtr haptic,
			ref SDL_HapticEffect effect
		);