dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/System.Drawing/Toolkit IToolkitEvent


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System.Drawing/Toolkit IToolkitEventSink.cs,1.3,1.4
Date: Sun, 22 Jun 2003 21:04:23 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/System.Drawing/Toolkit
In directory subversions:/tmp/cvs-serv2600/System.Drawing/Toolkit

Modified Files:
        IToolkitEventSink.cs 
Log Message:


Implement key event dispatching.


Index: IToolkitEventSink.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System.Drawing/Toolkit/IToolkitEventSink.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** IToolkitEventSink.cs        22 Jun 2003 03:19:45 -0000      1.3
--- IToolkitEventSink.cs        23 Jun 2003 01:04:21 -0000      1.4
***************
*** 44,54 ****
  
        // Event that is emitted for a key down event.
!       void ToolkitKeyDown(ToolkitKeys key);
  
        // Event that is emitted for a key up event.
!       void ToolkitKeyUp(ToolkitKeys key);
  
        // Event that is emitted for a key character event.
!       void ToolkitKeyChar(char charCode);
  
        // Event that is emitted for a mouse down event.
--- 44,54 ----
  
        // Event that is emitted for a key down event.
!       bool ToolkitKeyDown(ToolkitKeys key);
  
        // Event that is emitted for a key up event.
!       bool ToolkitKeyUp(ToolkitKeys key);
  
        // Event that is emitted for a key character event.
!       bool ToolkitKeyChar(char charCode);
  
        // Event that is emitted for a mouse down event.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]