Blender V4.3
EventToBuf.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include "MEM_guardedalloc.h"
#include "EventToBuf.h"
#include "GHOST_C-api.h"

Go to the source code of this file.

Macros

#define K(key)
 

Functions

char * eventtype_to_string (GHOST_TEventType type)
 
static char * keytype_to_string (GHOST_TKey key)
 
void event_to_buf (GHOST_EventHandle evt, char buf[128])
 

Macro Definition Documentation

◆ K

Function Documentation

◆ event_to_buf()

◆ eventtype_to_string()

◆ keytype_to_string()

static char * keytype_to_string ( GHOST_TKey key)
static

Definition at line 47 of file EventToBuf.c.

References K.

Referenced by event_to_buf().