GOL Messages Structures

Microchip Graphics Library

Microchip Graphics Library
GOL Messages Structures
Structures
Name 
Description 
This structure defines the GOL message used in the library.
  • The types must be one of the INPUT_DEVICE_TYPE:
    • TYPE_UNKNOWN
    • TYPE_KEYBOARD
    • TYPE_TOUCHSCREEN
    • TYPE_MOUSE
  • uiEvent must be one of the INPUT_DEVICE_EVENT.
    • for touch screen:
      • EVENT_INVALID
      • EVENT_MOVE
      • EVENT_PRESS
      • EVENT_STILLPRESS
      • EVENT_RELEASE
    • for keyboard:
      • EVENT_KEYSCAN (param2 contains scan code)
      • EVENT_KEYCODE (param2 contains character code)
  • param1:
    • for touch screen is the x position
    • for keyboard ID of object receiving the message
  • param2
    • for touch screen y position
    • for keyboard scan or key code
 
Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved