Archeus 0.0.0
A C library and game engine that focuses on documentation
Loading...
Searching...
No Matches
ARC_Input Struct Reference

#include <input.h>

Data Fields

ARC_Keyboardkeyboard
 
ARC_Mousemouse
 
SDL_Event * event
 

Detailed Description

Definition at line 8 of file input.h.

Field Documentation

◆ event

◆ keyboard

ARC_Keyboard* ARC_Input::keyboard

Definition at line 9 of file input.h.

Referenced by ARC_Input_Destroy(), ARC_Input_GetKeyboard(), and ARC_Input_Update().

◆ mouse

ARC_Mouse* ARC_Input::mouse

Definition at line 10 of file input.h.

Referenced by ARC_Input_Destroy(), ARC_Input_GetMouse(), and ARC_Input_Update().


The documentation for this struct was generated from the following file: