Module: DXRubyEditor

Defined in:
lib/dxruby_editor.rb,
lib/dxruby_editor/editor.rb,
lib/dxruby_editor/core/theme.rb,
lib/dxruby_editor/core/command.rb,
lib/dxruby_editor/core/renderer.rb,
lib/dxruby_editor/core/key_input.rb,
lib/dxruby_editor/editor_context.rb,
lib/dxruby_editor/core/mouse_input.rb

Defined Under Namespace

Modules: Core Classes: Editor, EditorContext, Error

Instance Method Summary collapse

Instance Method Details

#_renderingObject



75
76
77
78
# File 'lib/dxruby_editor/editor.rb', line 75

def _rendering
  Core::Renderer.update(self, @context, @theme)
  Window.draw(@x, @y, self)
end