ObjectPascal-WinAPIs icon indicating copy to clipboard operation
ObjectPascal-WinAPIs copied to clipboard

missed const PT_TOUCHPAD

Open Alexey-T opened this issue 6 years ago • 0 comments

typedef enum tagPOINTER_INPUT_TYPE {
  PT_POINTER,
  PT_TOUCH,
  PT_PEN,
  PT_MOUSE,
  PT_TOUCHPAD
} ;

https://docs.microsoft.com/en-us/windows/desktop/api/winuser/ne-winuser-tagpointer_input_type

miss in https://github.com/ahausladen/ObjectPascal-WinAPIs/blob/master/WinApi/WinApi.WMPointer.pas

Alexey-T avatar May 13 '19 09:05 Alexey-T