4#ifndef QDIRECTFBINPUT_H
5#define QDIRECTFBINPUT_H
12#include <QtGui/qwindowdefs.h>
33 void handleMouseEvents(
const DFBEvent &
event);
34 void handleWheelEvent(
const DFBEvent &
event);
35 void handleKeyEvents(
const DFBEvent &
event);
36 void handleEnterLeaveEvents(
const DFBEvent &
event);
37 void handleGotFocusEvent(
const DFBEvent &
event);
38 void handleCloseEvent(
const DFBEvent&
event);
39 void handleGeometryEvent(
const DFBEvent&
event);
42 IDirectFB *m_dfbInterface;
43 IDirectFBDisplayLayer *m_dfbDisplayLayer;
Combined button and popup list for selecting options.