메소드 |
설명 |
|
Context ( ContextType type ) : System |
|
|
HandleEvent ( IntPtr eventHandle ) : void |
|
|
HandleWindowEvent ( ScreenEvent ev ) : bool |
|
|
RegisterWindow ( Window win ) : void |
|
|
RemoveInstance ( ContextType type ) : void |
|
|
UnregisterWindow ( Window win ) : void |
|
|
screen_create_context ( IntPtr &pctx, ContextType flags ) : int |
|
|
screen_destroy_context ( IntPtr ctx ) : int |
|
|
screen_flush_blits ( IntPtr ctx, Flushing flags ) : int |
|
|
screen_flush_context ( IntPtr ctx, Flushing flags ) : int |
|
|
screen_get_context_property_iv ( IntPtr ctx, System.Property property, int ¶m ) : int |
|
|
screen_get_context_property_pv ( IntPtr ctx, System.Property property, [ param ) : int |
|
|
screen_get_domain ( ) : int |
|
|
screen_request_events ( IntPtr ctx ) : int |
|
|
screen_stop_events ( IntPtr ctx ) : int |
|
|