Ignore:
Timestamp:
02/26/10 09:39:29 (2 years ago)
Author:
dart
Message:

LoPlug?:
o Modification of ALL IDS
o Add tooltip on item in plugin configuration to display full id

Note:

  • NOT COMPATIBLE WITH ALL CONFIG
  • NEED LUA to be copied to Lockon
  • Need to regenerate lua database
  • Need to update all svg
  • riks of regression
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/loplug/plugins/input/pginput.py

    r1774 r1791  
    169169class PGInput(PGPluginClient): 
    170170 
    171   MOUSE_EVENT_ID = "MouseEventId" 
     171  MOUSE_EVENT_ID = CST_LOPLUG_REQUEST + "MouseEventId" 
    172172  X_INDEX        = 0 
    173173  Y_INDEX        = 1 
Note: See TracChangeset for help on using the changeset viewer.