Voxia OS
v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
keymap.h
Go to the documentation of this file.
1
#ifndef __INPUT_KEYMAP_H__
2
#define __INPUT_KEYMAP_H__
3
4
#include <
type.h
>
5
6
uint16_t
scancode_to_ascii
(
uint16_t
scancode,
boolean_t
shift);
7
8
#endif
// __INPUT_KEYMAP_H__
scancode_to_ascii
uint16_t scancode_to_ascii(uint16_t scancode, boolean_t shift)
Definition
keymap.c:62
type.h
uint16_t
unsigned short uint16_t
Definition
type.h:13
boolean_t
uint8_t boolean_t
Definition
type.h:89
kernel
input
keymap.h
Generated on Sat May 30 2026 11:09:57 for Voxia OS by
1.13.2