|
bool | kanzi::win32::closeWin32TouchInput (Win32LParam lParam) noexcept |
| Closes the touch input handle. More...
|
|
bool | kanzi::win32::getWin32TouchInputInfo (Win32WParam wParam, Win32LParam lParam, TOUCHINPUT &touchInputs) noexcept |
| Gets the touch input information. More...
|
|
unsigned int | kanzi::win32::getWin32TouchPointCount (Win32WParam wParam) noexcept |
| Gets the number of input points for a touch. More...
|
|
void | kanzi::win32::registerWin32TouchInput (const Win32DynamicLibrary &user32Lib) noexcept |
| Dynamically registers touch input. More...
|
|