PatchworkOS
Loading...
Searching...
No Matches
procedure.h File Reference
#include "event.h"
#include <stdint.h>

Go to the source code of this file.

Typedefs

typedef struct window window_t
 
typedef struct element element_t
 
typedef uint64_t(* procedure_t) (window_t *, element_t *, const event_t *)
 

Typedef Documentation

◆ element_t

typedef struct element element_t

Definition at line 14 of file procedure.h.

◆ procedure_t

typedef uint64_t(* procedure_t) (window_t *, element_t *, const event_t *)

Definition at line 15 of file procedure.h.

◆ window_t

typedef struct window window_t

Definition at line 13 of file procedure.h.