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

Re: [MiNT] XaAES doesn't deliver button events with evnt_multi()



On Wed, Sep 12, 2012 at 8:00 PM, Eero Tamminen <oak@helsinkinet.fi> wrote:
> Hi,
>
> On keskiviikko 12 syyskuu 2012, Ronald J. Hall wrote:
>> On Tuesday, September 11, 2012 11:41:59 pm Paul Wratt wrote:
>> > On Wed, Sep 12, 2012 at 2:47 PM, Thomas Jürges <thomas@senmut.net>
>> > > > > On 09/11/2012 10:12 PM, Eero Tamminen wrote:
>> > >>>> Fullscreen should be toggled off with the same key users turns
>> > >>>> it on, and any menu entry for fullscreen should also show the
>> > >>>> key used to toggle it on/off.
>>
>> How are the coders like Dbug and Klaz doing it? They seem to go full
>> screen then back with few problems. (Klaz's games use <control D>
>>
>> Just a thought...
>
> Do XaAES keyboard shortcuts work with that?  Can you switch to
> other applications and back to the game without problems
> (something being drawn over other apps etc)?
>
> If not, it's not a proper GEM program, and not really relevant
> for this discussion.  By banging HW directly, one can do anything.
>
>
>          - Eero
>

this may prove helpful (as start point - it sounds familiar):

     The  application  should always call MENU_BAR to  erase  the
     menu prior to its APPL_EXIT call.

I just found it in MULTITOS/GEM.DOC for V4.0 AES, which sounds
like the create menu workaround, but in explicit terms of what is
expected.

Paul