Subastra
Loading...
Searching...
No Matches
Functions | Variables
input.h File Reference
#include "require.h"
#include "../engine/input.h"
Include dependency graph for input.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static void system_process_input (system_payload_t payload, allocator_t temporary_allocator)
 

Variables

static system_requirements_declaration_t system_decl_process_input
 

Function Documentation

◆ system_process_input()

static void system_process_input ( system_payload_t  payload,
allocator_t  temporary_allocator 
)
static

Variable Documentation

◆ system_decl_process_input

system_requirements_declaration_t system_decl_process_input
static
Initial value:
= {
.name = "system_process_input",
.dependencies = 0,
.dependency_count = 0,
.entities_const = 0,
.entities_mut = 0,
.pin_to_main = false,
.resources =
@ SYSTEM_RESOURCE_MASK_RENDERING_CONTEXT
Definition require.h:70
@ SYSTEM_RESOURCE_MASK_INPUT
Definition require.h:69
@ SYSTEM_PHASE_PRE_UPDATE
Definition require.h:11
static void system_process_input(system_payload_t payload, allocator_t temporary_allocator)
Definition input.h:8