comparison mde/input/Input.d @ 63:66d555da083e

Moved many modules/packages to better reflect usage.
author Diggory Hardy <diggory.hardy@gmail.com>
date Fri, 27 Jun 2008 18:35:33 +0100
parents 7cab2af4ba21
children 3a737e06dc50
comparison
equal deleted inserted replaced
62:960206198cbd 63:66d555da083e
364 static this () { 364 static this () {
365 es_b_fcts = [ ES_B.OUT : &es_b_out ]; 365 es_b_fcts = [ ES_B.OUT : &es_b_out ];
366 es_a_fcts = [ ES_A.OUT : &es_a_out, ES_A.REVERSE : &es_a_reverse ]; 366 es_a_fcts = [ ES_A.OUT : &es_a_out, ES_A.REVERSE : &es_a_reverse ];
367 es_m_fcts = [ ES_M.OUT : &es_m_out ]; 367 es_m_fcts = [ ES_M.OUT : &es_m_out ];
368 368
369 logger = Log.getLogger ("mde.input.input.Input"); 369 logger = Log.getLogger ("mde.input.Input");
370 } 370 }
371 371
372 struct RelPair { // for mouse/joystick ball motion 372 struct RelPair { // for mouse/joystick ball motion
373 real x, y; 373 real x, y;
374 static RelPair opCall (real a, real b) { 374 static RelPair opCall (real a, real b) {