Grx.Event – grx-3.0 Reference Manual
Packages
grx-3.0
Grx
Event
button_code
device
keychar
keycode
keysym
modifiers
get_coords
button
key
motion
touch
type
Event
Object Hierarchy:
Description:
[
Compact
]
public
class
Event
A union of all event types.
Namespace:
Grx
Package:
grx-3.0
Content:
Properties:
public
ModifierFlags
modifiers
{
get
; }
public
weak
Device
?
device
{
get
; }
public
Key
keysym
{
get
; }
public
unichar
keychar
{
get
; }
public
uint32
keycode
{
get
; }
public
uint32
button_code
{
get
; }
Methods:
public
void
get_coords
(
out
uint32
x,
out
uint32
y)
Gets the screen coordinates of an event.
Fields:
public
EventType
type
public
KeyEvent
key
public
MotionEvent
motion
public
ButtonEvent
button
public
TouchEvent
touch