mirror of
https://github.com/deadw00d/AROS.git
synced 2026-03-17 17:09:26 +00:00
91 lines
1.4 KiB
Plaintext
91 lines
1.4 KiB
Plaintext
##begin config
|
|
basename AGFXCl
|
|
libbase AGFXClBase
|
|
libbasetype struct AGFXBase
|
|
version 45.1
|
|
residentpri 9
|
|
classid CLID_Hidd_Gfx_Android
|
|
superclass CLID_Hidd_Gfx
|
|
classptr_field xsd.gfxclass
|
|
classdatatype struct gfx_data
|
|
##end config
|
|
|
|
##begin cdefprivate
|
|
#define __OOP_NOATTRBASES__
|
|
|
|
#include <hidd/gfx.h>
|
|
#include <hidd/input.h>
|
|
#include <hidd/mouse.h>
|
|
#include <hidd/keyboard.h>
|
|
|
|
#include "androidgfx_hidd.h"
|
|
#include "androidgfx_bitmap.h"
|
|
#include "androidgfx_intern.h"
|
|
#include "android_keyboard.h"
|
|
#include "android_mouse.h"
|
|
|
|
##end cdefprivate
|
|
|
|
##begin methodlist
|
|
.interface Root
|
|
New
|
|
Get
|
|
.interface Hidd_Gfx
|
|
CreateObject
|
|
Show
|
|
##end methodlist
|
|
|
|
##begin class
|
|
##begin config
|
|
basename ABitmap
|
|
type hidd
|
|
superclass CLID_Hidd_ChunkyBM
|
|
classptr_field xsd.bmclass
|
|
classdatatype struct bitmap_data
|
|
##end config
|
|
|
|
##begin methodlist
|
|
.interface Root
|
|
New
|
|
Set
|
|
Get
|
|
.interface Hidd_BitMap
|
|
UpdateRect
|
|
##end methodlist
|
|
##end class
|
|
|
|
##begin class
|
|
##begin config
|
|
basename AMouse
|
|
type hidd
|
|
classid CLID_Hidd_Mouse_Android
|
|
superclass CLID_Hidd_Mouse
|
|
classptr_field xsd.mouseclass
|
|
classdatatype struct mouse_data
|
|
##end config
|
|
|
|
##begin methodlist
|
|
.interface Root
|
|
New
|
|
Dispose
|
|
Get
|
|
##end methodlist
|
|
##end class
|
|
|
|
##begin class
|
|
##begin config
|
|
basename AKbd
|
|
type hidd
|
|
classid CLID_Hidd_Kbd_Android
|
|
superclass CLID_Hidd_Kbd
|
|
classptr_field xsd.kbdclass
|
|
classdatatype struct kbd_data
|
|
##end config
|
|
|
|
##begin methodlist
|
|
.interface Root
|
|
New
|
|
Dispose
|
|
##end methodlist
|
|
##end class
|