IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 1, 2008, 9:27:04 AM (18 years ago)
Author:
eugene
Message:

adding flipx, flipy buttons; fix element positions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080223/Ohana/src/kapa2/src/CheckButtons.c

    r16011 r16772  
    2626    button = &image[0].hms_button;
    2727
     28  if (InButton (event, &image[0].flipx_button))
     29    button = &image[0].flipx_button;
     30
     31  if (InButton (event, &image[0].flipy_button))
     32    button = &image[0].flipy_button;
     33
    2834  for (i = 0; i < NOVERLAYS; i++) {
    2935    if (InButton (event, &image[0].overlay_button[i]))
Note: See TracChangeset for help on using the changeset viewer.