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