projects
/
rodin
/
chimara.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Wrote platform-dependent dispatch code
[rodin/chimara.git]
/
libchimara
/
mouse.c
1
#include <libchimara/glk.h>
2
3
void
4
glk_request_mouse_event(winid_t win)
5
{
6
}
7
8
void
9
glk_cancel_mouse_event(winid_t win)
10
{
11
}