FreeBASIC  0.91.0
_EVENT Struct Reference

#include <fb_gfx.h>

Data Fields

int type
 
union {
   struct {
      int   scancode
 
      int   ascii
 
   } 
 
   struct {
      int   x
 
      int   y
 
      int   dx
 
      int   dy
 
   } 
 
   int   button
 
   int   z
 
   int   w
 
}; 
 

Detailed Description

Definition at line 174 of file fb_gfx.h.

Field Documentation

union { ... }
int _EVENT::ascii

Definition at line 179 of file fb_gfx.h.

int _EVENT::button

Definition at line 185 of file fb_gfx.h.

int _EVENT::dx

Definition at line 183 of file fb_gfx.h.

int _EVENT::dy

Definition at line 183 of file fb_gfx.h.

int _EVENT::scancode

Definition at line 178 of file fb_gfx.h.

int _EVENT::type

Definition at line 175 of file fb_gfx.h.

int _EVENT::w

Definition at line 187 of file fb_gfx.h.

int _EVENT::x

Definition at line 182 of file fb_gfx.h.

int _EVENT::y

Definition at line 182 of file fb_gfx.h.

int _EVENT::z

Definition at line 186 of file fb_gfx.h.


The documentation for this struct was generated from the following file: