[feat] 简易鼠标驱动
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <common.h>
|
||||
#include <graphics/layer.h>
|
||||
|
||||
#define CURSOR_W 12
|
||||
#define CURSOR_H 16
|
||||
|
||||
void cursor_init(void);
|
||||
void cursor_update(void);
|
||||
|
||||
layer_t* cursor_get_layer(void);
|
||||
Reference in New Issue
Block a user