Uses of Class
org.jouvieje.fmoddesigner.EventQueue

Packages that use EventQueue
org.jouvieje.fmoddesigner   
org.jouvieje.fmoddesigner.callbacks   
 

Uses of EventQueue in org.jouvieje.fmoddesigner
 

Methods in org.jouvieje.fmoddesigner that return EventQueue
static EventQueue EventQueue.asEventQueue(Pointer pointer)
          Create a view of the Pointer object as a EventQueue object.
static EventQueue[] EventQueue.allocate(int length)
          Allocate and initialize a new EventQueue[].
 

Methods in org.jouvieje.fmoddesigner with parameters of type EventQueue
 FMOD_RESULT EventSystem.createEventQueue(EventQueue queue)
           
 

Uses of EventQueue in org.jouvieje.fmoddesigner.callbacks
 

Methods in org.jouvieje.fmoddesigner.callbacks with parameters of type EventQueue
 FMOD_RESULT FMOD_EVENTQUEUE_CALLBACK.FMOD_EVENTQUEUE_CALLBACK(FMOD_EVENTQUEUE_CALLBACKTYPE type, EventQueue queue, EventQueueEntry entry, Pointer callbackuserdata)
           
 



NativeFmodEx Project - © Copyright 2005-2010 - Jérôme Jouvie (Jouvieje)
NativeFmodEx is an Open Source Project under GNU LGPL License
My sites : http://jerome.jouvie.free.fr/

(Documentation Copyright © Firelight Technologies - FMOD Ex - http://www.fmod.org)