HP Dx9000 Resources for Developing Touch-Friendly Applications for HP Business - Page 12

Result |= System_gesture_status_touchui_forceoff

Page 12 highlights

{ uint result = 0; if (...) { //enable the touch pointer result |= SYSTEM_GESTURE_STATUS_TOUCHUI_FORCEON; } if (...) { //disable the touch pointer result |= SYSTEM_GESTURE_STATUS_TOUCHUI_FORCEOFF; } //return the modified messages 12

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37

12
{
uint result = 0;
if (...)
{
//enable the touch pointer
result |= SYSTEM_GESTURE_STATUS_TOUCHUI_FORCEON;
}
if (...)
{
//disable the touch pointer
result |= SYSTEM_GESTURE_STATUS_TOUCHUI_FORCEOFF;
}
//return the modified messages