blip  0.1
NativeActivityRequest.hpp File Reference
#include <blip/Blip.hpp>
Include dependency graph for NativeActivityRequest.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  NativeActivityRequest
 

Namespaces

 blip
 WAV file format details at: https://ccrma.stanford.edu/courses/422/projects/WaveFormat/.
 

Enumerations

enum  RequestType {
  REQ_NONE = 0, REQ_CREATE, REQ_PING, REQ_START,
  REQ_RESUME, REQ_SAVE_INSTANCE_STATE, REQ_PAUSE, REQ_STOP,
  REQ_DESTROY, REQ_WINDOW_FOCUS_CHANGED, REQ_WINDOW_CREATED, REQ_WINDOW_RESIZED,
  REQ_WINDOW_REDRAW_NEEDED, REQ_WINDOW_DESTROYED, REQ_INPUT_QUEUE_CREATED, REQ_INPUT_QUEUE_DESTROYED,
  REQ_CONTENT_RECT_CHANGED, REQ_CONFIGURATION_CHANGED, REQ_LOW_MEMORY
}