Wartbed:Input

From Dark Omen Wiki

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
<div style="float:right;border:1px solid black; margin:1em;"><div style="padding-left:5px; background:black; color:white">Dark Omen input</div>http://img80.imageshack.us/img80/259/controls.jpg</div>
<div style="float:right;border:1px solid black; margin:1em;"><div style="padding-left:5px; background:black; color:white">Dark Omen input</div>http://img80.imageshack.us/img80/259/controls.jpg</div>
-
Regiment icons == regiment banners
+
==Current problem==
 +
Issue with input: WARTBED allows full configuration over input actions (mouse, keyboard, etc). This works by assigning ("mapping") an input combination to an action name, f.i. "orbit camera", which generates an WARTBED input event sent through the WARTBED event manager.
-
In Dark Omen
+
However, GUI widgets are implemented through the CEGUI middleware. Since CEGUI uses its OWN input event system it can't be reconfigured as easily as WARTBED's. To see what can be done about this I need to list the most common and useful mouse-to-widget (think unit banners in Dark Omen) interactions:
 +
 
 +
'''In Dark Omen'''
* L-clicking selects
* L-clicking selects
* R-clicking attacks enemy regiment
* R-clicking attacks enemy regiment
* D-clicking focuses camera on unit
* D-clicking focuses camera on unit
* Hovering displays info (in map mode)
* Hovering displays info (in map mode)

Revision as of 23:02, 1 April 2009

Dark Omen input
controls.jpg

Current problem

Issue with input: WARTBED allows full configuration over input actions (mouse, keyboard, etc). This works by assigning ("mapping") an input combination to an action name, f.i. "orbit camera", which generates an WARTBED input event sent through the WARTBED event manager.

However, GUI widgets are implemented through the CEGUI middleware. Since CEGUI uses its OWN input event system it can't be reconfigured as easily as WARTBED's. To see what can be done about this I need to list the most common and useful mouse-to-widget (think unit banners in Dark Omen) interactions:

In Dark Omen

  • L-clicking selects
  • R-clicking attacks enemy regiment
  • D-clicking focuses camera on unit
  • Hovering displays info (in map mode)
Personal tools
communication