Home | History | Annotate | Download | only in qtopia

Lines Matching refs:SDL_QWin

24 #include "SDL_QWin.h"
30 SDL_QWin::SDL_QWin(const QSize& size)
38 SDL_QWin::~SDL_QWin() {
45 void SDL_QWin::setImage(QImage *image) {
53 void SDL_QWin::resizeEvent(QResizeEvent *e) {
66 void SDL_QWin::focusInEvent(QFocusEvent *) {
72 void SDL_QWin::focusOutEvent(QFocusEvent *) {
77 void SDL_QWin::closeEvent(QCloseEvent *e) {
82 void SDL_QWin::setMousePos(const QPoint &pos) {
93 void SDL_QWin::mouseMoveEvent(QMouseEvent *e) {
109 void SDL_QWin::mousePressEvent(QMouseEvent *e) {
118 void SDL_QWin::mouseReleaseEvent(QMouseEvent *e) {
242 bool SDL_QWin::repaintRotation0(const QRect& rect) {
272 bool SDL_QWin::repaintRotation3(const QRect& rect) {
326 bool SDL_QWin::repaintRotation1(const QRect& rect) {
337 void SDL_QWin::repaintRect(const QRect& rect) {
359 void SDL_QWin::paintEvent(QPaintEvent *ev) {
371 void SDL_QWin::QueueKey(QKeyEvent *e, int pressed)
485 void SDL_QWin::setFullscreen(bool fs_on) {
490 void SDL_QWin::enableFullscreen() {
506 bool SDL_QWin::lockScreen(bool force) {
518 void SDL_QWin::unlockScreen() {