Dillo
fltkmisc.hh
Go to the documentation of this file.
1 #ifndef __FLTKMISC_HH__
2 #define __FLTKMISC_HH__
3 
4 namespace dw {
5 namespace fltk {
6 
10 namespace misc {
11 
12 int screenWidth ();
13 int screenHeight ();
14 
15 void warpPointer (int x, int y);
16 
17 } // namespace misc
18 } // namespace fltk
19 } // namespace dw
20 
21 
22 #endif // __FLTKMISC_HH__
int screenHeight()
Definition: fltkmisc.cc:36
void warpPointer(int x, int y)
Definition: fltkmisc.cc:41
int screenWidth()
Definition: fltkmisc.cc:31
Dw is in this namespace, or sub namespaces of this one.
Definition: alignedtablecell.cc:28