eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'WindowEvent::KeyboardEvent':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: KeyboardEvent (private in WindowEvent

This class is only visible from within WindowEvent.

Inheritance:

   Object
   |
   +--Message
      |
      +--MessageSend
         |
         +--Event
            |
            +--WindowEvent
               |
               +--WindowEvent::InputEvent
                  |
                  +--WindowEvent::KeyboardEvent
                     |
                     +--WindowEvent::HotKeyEvent
                     |
                     +--WindowEvent::KeyPressEvent
                     |
                     +--WindowEvent::KeyReleaseEvent

Package:
stx:libview
Category:
Interface-Support-UI
Owner:
WindowEvent

Instance protocol:

accessing
o  key
return the key of the key-event.

o  key: aCharacterOrSymbol
change the key of the key-event.

o  rawKey

o  rawKey: aKey

o  x
return the x coordinate of the key-event
(mouse position at the time of the key-event).

o  x: anInteger
change the x coordinate of the key-event

o  y
return the y coordinate of the key-event
(mouse position at the time of the key-event).

o  y: anInteger
change the y coordinate of the key-event

testing
o  isDelegatedToFocusView
return true, if this event will be forwarded to a focusView.

o  isKeyEvent
return true, if this event is a keyboard event

o  isUserEvent
return true, if this event from a user



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 29 Mar 2024 15:30:32 GMT