repo.or.cz
/
forms.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add copyright notice
[forms.git]
/
src
/
F_Linux_Input.C
blob
8041ad31dbdc7fa2752b174e7274379da6b14fcf
1
2
/*
3
* Copyright (C) 2007, Harbour, All rights reserved.
4
*/
5
6
#include <F_Linux_Input.H>
7
8
using namespace F;
9
10
bool F_Linux_Input::check_for_events(F_Event_t *event)
11
{
12
return false;
13
}