1 11 package org.eclipse.swt.internal.photon; 12 13 14 public class PhWindowEvent_t { 15 public int event_f; 16 public int state_f; 17 public int rid; 18 public short pos_x; 20 public short pos_y; 21 public short size_w; 23 public short size_h; 24 public short event_state; 25 public short input_group; 26 public int rsvd0, rsvd1, rsvd2, rsvd3; 27 public static final int sizeof = 40; 28 } 29 | Popular Tags |