formatting and make events const
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include "vga.h"
|
||||
#include <stdbool.h>
|
||||
|
||||
void keyboard_handler(keyboard_event_t* event)
|
||||
void keyboard_handler(const keyboard_event_t* event)
|
||||
{
|
||||
if (event->pressed)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user