Codebase list dillo / upstream/3.0.2 dw / fltkmisc.hh
upstream/3.0.2

Tree @upstream/3.0.2 (Download .tar.gz)

fltkmisc.hh @upstream/3.0.2raw · history · blame

#ifndef __FLTKMISC_HH__
#define __FLTKMISC_HH__

namespace dw {
namespace fltk {

/**
 * \brief Miscellaneous FLTK stuff.
 */
namespace misc {

int screenWidth ();
int screenHeight ();

void warpPointer (int x, int y);

} // namespace misc
} // namespace fltk
} // namespace dw


#endif // __FLTKMISC_HH__