Thread for touch screen event handling in Unix.
More...
#include <GUIInputDeviceUnix.h>
|
| | CGUIThread (const eC_UInt &uiStackSize) |
| |
| virtual | ~CGUIThread () |
| |
| virtual void | Cleanup () |
| |
| virtual void | Execute (void *pArg)=0 |
| |
| ThreadPriority_t | MapPriority (const eC_Int &iPriority) |
| |
| eC_Int | MapPriority (const ThreadPriority_t &ePriority) |
| |
| virtual void | Setup () |
| |
|
volatile eC_Bool | m_bRunning |
| | Whether this thread is currently running.
|
| |
|
void * | m_pArg |
| | Pointer to arguments to be passed to the thread.
|
| |
|
void * | m_pThreadId |
| | This thread's unique ID.
|
| |
|
eC_UInt | m_uiStackSize |
| | Size for this thread's stack.
|
| |
Thread for touch screen event handling in Unix.
◆ CGUIInputThreadDeviceUnix_TouchScreen()
| CGUIInputThreadDeviceUnix_TouchScreen::CGUIInputThreadDeviceUnix_TouchScreen |
( |
CGUIInputDeviceUnix * |
pkInputDevice, |
|
|
const char * |
pkTouchscreenDevice, |
|
|
const eC_Int & |
iTSFilterDelta |
|
) |
| |
Constructor
- Parameters
-
| pkInputDevice | |
| pkTouchscreenDevice | |
| iTSFilterDelta | |
◆ Execute()
| void CGUIInputThreadDeviceUnix_TouchScreen::Execute |
( |
void * |
pArg | ) |
|
|
virtual |
Virtual method Execute must be implemented in the user's derived class. It contains the thread's working code.
- Parameters
-
| pArg | Implementation-specific void pointer to the thread's working data |
Implements CGUIThread.
◆ SetOffset()
| void CGUIInputThreadDeviceUnix_TouchScreen::SetOffset |
( |
const eC_Int & |
iOffsetX, |
|
|
const eC_Int & |
iOffsetY |
|
) |
| |
◆ SetSize()
| void CGUIInputThreadDeviceUnix_TouchScreen::SetSize |
( |
const eC_Int & |
iSizeX, |
|
|
const eC_Int & |
iSizeY |
|
) |
| |
The documentation for this class was generated from the following file: