Codebase list dillo / 7830062 dw / fltkmisc.hh
7830062

Tree @7830062 (Download .tar.gz)

fltkmisc.hh @7830062raw · 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__